Exercise #2: Using for staement. Write a Java program to find and print the sum of values greater than a number'k, and t
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Exercise #2: Using for staement. Write a Java program to find and print the sum of values greater than a number'k, and t
Exercise #2: Using for staement. Write a Java program to find and print the sum of values greater than a number'k, and the number of values above 'k'. Insert your number: 10 Insert the number of values 5 1 20 5 70 10 The number of values above 10 is : 2 The sum of numbers above 10 is : 90
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!