Using Java,You are given an integer variable dollarAmount that will have an integer value of ten or larger. It is a value that we want to display on a check.   In order to write out the amount in words, the first step is to determine the digit from the ones position and from tens position. We are going to take those first steps!   Declare an integer variable named onesand initialize it to the value in the ones position from dollarAmount. Declare an integer variable named tensand initialize it to the value in the tens position from dollarAmount. Declare an integer variable namedhundreds and initialize it to the value in the hundreds position from dollarAmount.   e.g. If dollarAmount = 1729, we would expect ones = 9,  and tens = 2, and hundreds = 7.   Output has been taken care of for you. Sample input/output:   Input  Output  1729  Ones: 9  Tens: 2  Hundreds: 7  19452  Ones: 2  Tens: 5  Hundreds: 4

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter2: Using Data
Section: Chapter Questions
Problem 6PE
icon
Related questions
Question

Using Java,You are given an integer variable dollarAmount that will have an integer value of ten or larger. It is a value that we want to display on a check.

 

In order to write out the amount in words, the first step is to determine the digit from the ones position and from tens position. We are going to take those first steps!

 

  • Declare an integer variable named onesand initialize it to the value in the ones position from dollarAmount.
  • Declare an integer variable named tensand initialize it to the value in the tens position from dollarAmount.
  • Declare an integer variable namedhundreds and initialize it to the value in the hundreds position from dollarAmount.

 

e.g. If dollarAmount = 1729,
we would expect ones = 9,  and tens = 2, and hundreds = 7.

 

Output has been taken care of for you.

Sample input/output:

  Input

 Output

 1729

 Ones: 9
 Tens: 2
 Hundreds: 7

 19452

 Ones: 2
 Tens: 5
 Hundreds: 4

 

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Files and Directory
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,