Question: 1. Create a Java project called Lab5 and create a Java class called LabQuestion1. Write a Java program that has the following methods. findSum Method



1. Create a Java project called Lab5 and create a Java class called LabQuestion1. Write a Java program that has the following methods. findSum Method that takes three integers and return the summation of them. findAverage-Method that takes three integers and return the average of them. Within the main method, take 3 integers from user and call above methods by passing those values. 2. Create another Java class called LabQuestion2 within the same project Lab5. Write a Java program that takes the marks (an integer from user and display the relevant grade for that marks according to the following ranges. Marks Range Grade 80 S Marks A 75 Marks 80 B 60 S Marks 75 C Marks 60 F
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
