Recent content by Ajmather

  1. A

    Java Java: Finding the numbers in an array above the average

    I am attempting to find the numbers above the average number of a set of numbers in an array. I am having trouble understanding why my output for the list of numbers above the average is so...weird. I'd appreciate the help! My code: public class Inequality { public static void main(String[]...
Back
Top