Pls who can give me the answer ? Halloween candy | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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; } }

1st Apr 2022, 6:48 AM
MR KINGSHOW
MR KINGSHOW - avatar
1 Answer
1st Apr 2022, 8:35 AM
Adil
Adil - avatar