Write a program to find the largest palindrome made from the product of two 3-digit numbers. E.g The largest palindrome made from the product of two 2-digit numbers is 9009 = 91 × 99. Hint: A palindromic number reads the same both ways.


Updated: June 4, 2023 — Training Time: 1 Minute
Overseen by: Archangel Macsika
Topic: Generic - Java Programming

Difficulty: Easy.

Companies who previously asked this: -.

Objective: Write a program to find the largest palindrome made from the product of two 3-digit numbers. E.g The largest palindrome made from the product of two 2-digit numbers is 9009 = 91 × 99. Hint: A palindromic number reads the same both ways.

Input: Two 3-digit number.

Expected Output: Result will vary depending on the user input.

Sikademy Solution

Was this training resource helpful?