Engineering
Engineering, 04.09.2019 23:20, merrylsimpson

Write a statement that increases numpeople by 5. ex: if numpeople is initially 10, the output is: there are 15 people.
import java. util. scanner;
public class {
public static void main (string [] args) {
int numpeople;
numpeople = 10;
/* your solution goes here */
system. out. print("there are ");
system. out. print(numpeople);
system. out. println(" people.");
}
}

answer
Answers: 3

Similar questions

Do you know the correct answer?
Write a statement that increases numpeople by 5. ex: if numpeople is initially 10, the output is:...

Questions in other subjects:

Konu
Mathematics, 10.12.2020 08:00
Konu
History, 10.12.2020 08:00
Konu
Biology, 10.12.2020 08:00
Konu
Mathematics, 10.12.2020 08:00