Computer Science, asked by ashokku108gmailcom, 5 hours ago

write a program to input a no and check if it is a neon number or not​

Answers

Answered by arnavlaxmi1116
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 vv9571223
0

Explanation:

I think it is not

I Hope it is right answer

Similar questions