Page 1 of 1

Question 3 3.1 Write a Java program called AverageAge that includes an integer array called ages [ that stores the follo

Posted: Sat May 14, 2022 2:58 pm
by answerhappygod
Question 3 3 1 Write A Java Program Called Averageage That Includes An Integer Array Called Ages That Stores The Follo 1
Question 3 3 1 Write A Java Program Called Averageage That Includes An Integer Array Called Ages That Stores The Follo 1 (184.57 KiB) Viewed 68 times
Question 3 3.1 Write a Java program called AverageAge that includes an integer array called ages [ that stores the following ages; 23,56,67,12,45. Compute the average age in the array and display this output using a JOptionPane statement. 3.2. Write a Java program called DisplayText that includes a String array called names ll containing the following elements, (Jane, John, Tim, Bob, Mickey). Display the contents of the String array in the command line window.