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
Math,
4 hours ago
Geography,
4 hours ago
English,
4 hours ago
Social Sciences,
7 hours ago
Biology,
7 months ago