Question: Write a statement that increases numPeople by 5 . Ex: If numPeople is initially 1 0 , the output is: There are 1 5 people.
Write a statement that increases numPeople by Ex: If numPeople is initially the output is: There are people.
Note: Our autograder automatically runs your program several times, trying different input values each time to ensure your program works for any values. This program is tested three times, first with the input then with the input and finally with the input
import java.util.Scanner;
public class AssigningNumberToVariable
public static void mainString args
Scanner scnr new ScannerSystemin;
int numPeople;
numPeople scnrnextInt;
Your solution goes here
System.out.printThere are ;
System.out.printnumPeople;
System.out.println people.";
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
