Question: Using a for loop how do you make a project IN JAVA ECLIPSE that will have as integers test1 and test2. In a for loop
Using a for loop how do you make a project IN JAVA ECLIPSE that will have as integers test1 and test2. In a for loop loop for 5 students and input each of the test1 and test2 for 5 students. After each iteration output the test1 test2 and average
EG Sample run would be Enter test1 for Student1 100 Enter test2 for Student 1 90 Test1 Test2 Average 100 90 95 Enter test1 for Student2 80 Enter test2 for Student 2 100 Test1 Test2 Average 80 100 90 This would happen for 5 student
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
