Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The Riddler is planning his next caper somewhere on Pennsylvania Avenue. In his usual sporting fashion, he has left the address in the form of

The Riddler is planning his next caper somewhere on Pennsylvania Avenue. In his usual sporting fashion, he has left the address in the form of a puzzle. The address on Pennsylvania is a four-digit number where:

All four digits are different

The digit in the thousands place is three times the digit in the tens place

The number is odd

The sum of the digits is 27

-----------------------------------------------------------------------------------------------------------------------------------

Write a program that uses a loop (or loops) to find the address where the Riddler plans to strike.

There is no user input for this program, and thus the keyboard (a Scanner object) is not needed. The output for this program is just a single four-digit number printed to the screen.

-----------------------------------------------------------------------------------------------------------------------------------

STARTER CODE:

public class AddressRiddle {

public static void main(String[] args) {

}

}

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

What are the benefits of planning for growth?

Answered: 1 week ago