Computer Science, asked by adchelli, 9 months ago

write a program for magic number series from 10 to 100​

Answers

Answered by RishiAEC
1

Answer:

C Program to Check Whether a Number is Magic Number or Not. ... 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23. 24. 25. 26. 27.

Answered by smartyaryan143
0

Explanation:

Enter any number : 145.

145 is a Magic number. Another way of checking whether a given number is Magic number or not is given below.

import java.util.*; public class JavaHungry { public static void main(String args[]) { System. out. println("Enter any number : "); Scanner scan = new Scanner(System........

............

Hope it's help uh

Similar questions