Computer Science, asked by adeeba40, 15 hours ago

(2) To enter a number using input statement and check whether a number is divisible by 8 with while loop.​

Answers

Answered by kencyprasad2k
1

Answer:

Input : n = 1128

Output : Yes

Input : n = 1124

Output : No

Input : n = 363588395960667043875487

Output : No

Similar questions