InterviewSolution
Saved Bookmarks
| 1. |
Write C++ program to enter a number and check whether it is divisible by 100or not |
|
Answer» d Answer:-Question:Write a program in C++ to CHECK whether the entered number is divisible by 100 or not. Solution:Here comes the program. #INCLUDE |
|