write a program to check the given number is unique or not using for loop
Answers
Answered by
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
English,
1 month ago
Math,
1 month ago
Hindi,
1 month ago
Social Sciences,
2 months ago
Biology,
9 months ago