InterviewSolution
Saved Bookmarks
| 1. |
Write a menu driven program as per the following:- 1) Method named palindrome to check whether the entered number is palindrome or not. 2) Method named Armstrong to check entered number is Armstrong or not. 3) Method named composite to check whether entered number is composite number or not. Call the above methods in main method using switch case as per the choice. Irrelevant answers 10 answers will be reported Correct answerer will be marked brainliest and 50 thanks |
|
Answer» menu driven program as PER the FOLLOWING:-1) Method named palindrome to check whether the entered number is palindrome or not.2) Method named Armstrong to check entered number is Armstrong or not.3) Method named COMPOSITE to check whether entered number is composite number or not.Call the above methods in main method using switch case as per the choice.Irrelevant answers 10 answers will be reportedCorrect ANSWERER will be marked brainliest and 50 |
|