Yahoo India Web Search

Search results

  1. Write a menu driven program to accept a number from the user and check whether it is a Prime number or an Automorphic number. (a) Prime number: (A number is said to be prime, if it is only divisible by 1 and itself) Example: 3,5,7,11 (b) Automorphic number: (Automorphic number is the number which is contained in the last digit(s) of its square.) Example: 25 is an Automorphic number as its square is 625 and 25 is present as the last two digits.

  2. Write a menu driven program to accept a number from the user and check whether it is a Prime number or an Automorphic number. (a) Prime number: (A number is said to be prime, if it is only divisible by 1 and itself) Example: 3,5,7,11 (b) Automorphic number: (Automorphic number is the number which is contained in the last digit(s) of its square.)

  3. Write a menu driven program to accept a number from the user and check whether it is a Prime number or an Automorphic number. (a) Prime number: (A number is said to be prime, if it is only divisible by 1 and itself) Example: 3,5,7,11 (b) Automorphic number: (Automorphic number is the number which is contained in the last digit(s) of its square.)

  4. Curated list of Number Programs in Java for ICSE Class 9 / 10. Armstrong Number in Java program, Palindrome Number, Prime Number, Automorphic Number, Pronic Number, Niven Number Java programs and many other types of numbers are covered in this studylist.

  5. Write a menu driven program to accept a number from the user and check whether it is a Buzz number or an Automorphic number. i. Automorphic number is a number, whose square's last digit(s) are equal to that number. For example, 25 is an automorphic number, as its square is 625 and 25 is present as the last two digits. ii. Buzz number is a number, that ends with 7 or is divisible by 7.

  6. A number is a Buzz number if it ends with 7 or is divisible by 7. 63 is a Buzz number…divisible by 7. 747 is also a Buzz number…with 7. 83 is not a Buzz number as it is neither divisible by 7 nor it ends in 7. Here is the Java program which checks if a number is a Buzz number or not.

  7. Write a menu driven program to accept a number from the user and check whether it is a Buzz number or an Automorphic number. i. Automorphic number is a number, whose square's last digit(s) are equal to that number. For example, 25 is an automorphic number, as its square is 625 and 25 is present as the last two digits. ii. Buzz number is a ...

  8. Write a menu driven program to accept a number from the user and check whether it is a Buzz number or an Automorphic number. i. Automorphic number is a number, whose square's last digit(s) are equal to that number. For example, 25 is an automorphic number, as its square is 625 and 25 is present as the last two digits. ii. Buzz number is a ...

  9. Write a menu driven program to accept a number from the user and check whether it is a Buzz number or an Automorphic number. i. Automorphic number is a number, whose square's last digit(s) are equal to that number. For example, 25 is an automorphic number, as its square is 625 and 25 is present as the last two digits. ii. Buzz number is a ...

  10. www.knowledgeboat.com › question › a-dudeney-number-is-a-positive-integer-that-isDudeney Number Java Program | KnowledgeBoat

    A Dudeney number is a positive integer that is a perfect cube such that the sum of its digits is equal to the cube root of the number. Write a program to input a number and check and print whether it is a Dudeney number or not. Example: Consider the number 512. Sum of digits = 5 + 1 + 2 = 8 Cube root of 512 = 8 As Sum of digits = Cube root of Number hence 512 is a Dudeney number.

  1. People also search for