Question: java 15 points Program 2: Implement while loop for a problem where you have to jind out the sum of positive numbers. For every positive
java
15 points Program 2: Implement while loop for a problem where you have to jind out the sum of positive numbers. For every positive number you entered using Keyboard(scanner statement)yourwhileloop needstoaddthemandprinttheoutput. To break the keyboard input we need to provide a negative number(example: -9) import java.util.Scanner; class Main { public static void main(String[] args) { int sum = 0; while (number >= 0) { } System.out.println("Sum = " + sum); input.close(); } }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
