+ 1
Pls who can give me the answer ? Halloween candy
import java.util.Scanner; public class Program { public static void main(String[] args) { Scanner input = new Scanner(System.in); int houses = input.nextInt(); //your code goes here houses =4; } }
1 Answer
+ 3