Question: Develop a java code for four experiments being performed, each consisting of three tests, with the following results. Develop a Java program, using a nested
Develop a java code for four experiments being performed, each consisting of three tests, with the following results. Develop a Java program, using a nested loop, to enter the results of each test for each experiment. Compute and display the average of the test results for each experiment. Make sure to label each average with the correct experiment number.
Test 1 Test 2 Test 3 Average
Experiment 1: 23.2 31.5 16.9
Experiment 2: 34.8 45.2 27.9
Experiment 3: 19.4 16.8 10.2
Experiment 4: 36.9 39.5 49.2
Display output accurately - Use printf when necessary.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
