Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started