Computer Science, asked by josnajosd, 7 hours ago

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​

Answers

Answered by TechnoGeek1430
0

X = input("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

Similar questions