+ 2
Fruit ball with java solution
Please find the error import java.util.Scanner; public class Program { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int fruit = sc.nextInt(); System.out.println(fruit ℅ 4) } }
0 Réponse