Note: 3 feet = 1 yard 12 inches = 1 foot Use plurals "yards", "feet", and "inches" for all outputs (even where it is grammatically incorrect). The prompt to the user to enter the number of inches must be: Enter number of inches: The output must be in the format: numYards yards, numFeet feet, and numInches inches. For a sample run where the user enters 367 the console screen must look as follows: Enter number of inches: 367 10 yards, 0 feet, and 7 inches. Please make sure to end each line of output with a newline. Please note that your java class should be named Yards Feetinches.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter4: Control Structures I (selection)
Section: Chapter Questions
Problem 20PE: The cost of renting a room at a hotel is, say $100.00 per night. For special occasions, such as a...
icon
Related questions
Question

The application used is zybook. coding with Java

Write a program named YardsFeetinches that asks the user to enter a distance measured in inches.
The program must then determine and output the equivalent number of yards, feet, and inches.
Note:
3 feet = 1 yard
12 inches = 1 foot
Use plurals "yards", "feet", and "inches" for all outputs (even where it is grammatically incorrect).
The prompt to the user to enter the number of inches must be:
Enter number of inches:
The output must be in the format:
numYards yards, numFeet feet, and numInches inches.
For a sample run where the user enters 367 the console screen must look as follows:
Enter number of inches: 367
10 yards, 0 feet, and 7 inches.
Please make sure to end each line output with a newline.
Please note that your java class should be named Yards Feetinches.
Transcribed Image Text:Write a program named YardsFeetinches that asks the user to enter a distance measured in inches. The program must then determine and output the equivalent number of yards, feet, and inches. Note: 3 feet = 1 yard 12 inches = 1 foot Use plurals "yards", "feet", and "inches" for all outputs (even where it is grammatically incorrect). The prompt to the user to enter the number of inches must be: Enter number of inches: The output must be in the format: numYards yards, numFeet feet, and numInches inches. For a sample run where the user enters 367 the console screen must look as follows: Enter number of inches: 367 10 yards, 0 feet, and 7 inches. Please make sure to end each line output with a newline. Please note that your java class should be named Yards Feetinches.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Mathematical functions
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
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning