Divide a number 33 with 7 and store its remainder into the variable A
Answers
Answered by
0
Answer:
int x = 33, y = 7, A;
A = x%y;
Answered by
0
Scanner sc=new Scanner(System.in);
int a;
a=33%7;
System.out.println(a);
Similar questions
Psychology,
17 hours ago
English,
17 hours ago
English,
17 hours ago
World Languages,
1 day ago
Math,
1 day ago
Computer Science,
8 months ago
History,
8 months ago