Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

minimum

  1. G

    Java Why does my code return zeros when calculating average values?

    import java.util.*; // Scanner, Locale class TempTest { public static void main(String[] args) { System.out.println("TEMPERATURES\n"); Scanner in = new Scanner(System.in); in.useLocale(Locale.US); System.out.print("how many weeks: "); int...
Back
Top Bottom