Computer Science, asked by shashiranibanti069, 7 hours ago

write a program to check the given number is unique or not using for loop​

Answers

Answered by ahkvjrta
0

UniqueNumber

Example1.java import java.util.

Scanner;

public class UniqueNumberExample1.

{

public static void main(String args[])

{

int r1, r2, number, num1, num2, count = 0;

Scanner sc = new Scanner(System.in);

System.out.print("Enter the number you want to check: ");

Similar questions
Math, 7 hours ago