Solve it with ((java)) language
Lab Questions: (open new Project and name it Lab3 yourName) Q1-( create new main class and name it Lab3Q1 and use it to solve this question) Write a java application that reads three integer numbers from the user, then calculate the sum of the first two numbers and print True" if the sum is divided by the third number or equal to the third number For example output: (note these input and outputs are only for example) Input the first number:7J Input the second number: 8J Input the third number:5J The result is: True Input the first number:9J Input the second number: 1J Input the third number 10J The result is: True Input the first number : 22 Input the second number:5J Input the third number:7 The result is: False 02- (Create new main class and name it Lab3Q2): Write a java program that reads 5 integer numbers from the user, then print all five numbers irn ascending order, for exampte output: (note these input and outputs are only for example) Enter number 1:4 Enter number 2:78 Enter number 3:2 Enter number 4:9 Enter number 5 :23J All numbers in ascending order: 249, 2378 Submission instruction: 1. Use UQU eLearn portal to submit your Lab any email or hard copy won't be accepted 2. Deadline submission is at the end of lab session (Any LATE submission won't accepted) 3. Required files: ( ) your project including the twe main classes for Q1 and Q2 after exporting it to zip file Click on your project Click File Exporting Project To ZIP Click on Browse and then choose the place Desktop and write the file name ( yourProjectNamezip ) Click on ok Click on Export a. b. Make sure that the exported file name end with zip Please Note yon are fully responsible of your submitted files and you have to make sure it is the correct one before and after submission and you have to follow all the instruction mentioned earlier, 4. 5. Marking: (for each question) a. b. c. d. mark for correct variable decleration mark for correct arithmetic operations for comments or correct run and output