Computer Science, asked by Anonymous, 11 months ago

write a program in bluej to input magical no​

Answers

Answered by aryansharma41805
0

Answer:

  1. Enter any number : 145.
  2. 145 is a Magic number. Another way of checking whether a given number is Magic number or not is given below.
  3. import java.util.*; public class JavaHungry { public static void main(String args[]) { System. out. println("Enter any number : "); Scanner scan = new Scanner(System.

Similar questions