write a program to input a no and check if it is a neon number or not
Answers
Answered by
0
Explanation:
. import java.util.*;
. public class NeonNumberExample1.
. {
. public static void main(String args[])
. {
. int sum = 0, n;
. Scanner sc = new Scanner(System.in);
. System.out.print("Enter the number to check: ");
Answered by
0
Explanation:
I think it is not
I Hope it is right answer
Similar questions