

InterviewSolution
Saved Bookmarks
1. |
Write a program to input a number. Use a function int Armstrong(int n) to accept the number. The function returns 1, if the number is Armstrong, otherwise zero(0). Please give the right answer please |
Answer» ut("make an input ")PRINT("X")Explanation:the X stores the input and then print command PRINTS x means the input will be printed if you want more MARK me as a BRAINLIEST language used was python |
|