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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!