Write a java program called ImperialMetric that displays a conversion table for feet and inches to metres. The program should ask the user to enter the range of values that the table will hold. Here is an example of what should be output when the program runs: Enter the minimum number of feet (not less than 0) : 5 Enter the maximum number of feet (not more than 30): 0" 2" 3" 4" 5" 6" 7" 8" 9" 10" 11" 5' 1.524 1.549 1.575 1.600 1.626 1.651 1.676 1.702 1.727 1.753 1.778 1.803 1.829 1.854 1.880 1.905 1.930 1.956 1.981 2.007 2.032 2.057 2.337 2.083 2.108 7' 2.134 2.159 2.184 2.210 2.235 2.261 2.286 2.311 2.362 2.388 2.413 8' 2.438 2.464 2.489 2.515 2.540 2.565 2.591 2.616 2.642 2.667 2.692 2.718 9' 2.743 2.769 2.794 2.819 2.845 2.870 2.896 2.921 2.946 2.972 2.997 3.023 The sample solution used to generate the above example and the automarker scripts uses system.out.printf() with a format string of "$6.3£" to print the metric values.

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter6: Arrays
Section: Chapter Questions
Problem 7RQ
icon
Related questions
Topic Video
Question

A detailed explanation of the java code and what is the puesdocode and flowchart

Write a java program called ImperialMetric that displays a conversion table for feet
and inches to metres. The program should ask the user to enter the range of values that
the table will hold.
Here is an example of what should be output when the
program runs:
Enter the minimum number of feet (not less than 0):
Enter the maximum number of feet (not more than 30) :
0"
1"
2"
3"
4"
5"
6"
7"
8"
9"
10"
11"
5'
1.524
1.549
1.575
1.600
1.626
1.651
1.676
1.702
1.727
1.753
1.778
1.803
6'
1.829
1.854
1.880
1.905
1.930
1.956 1.981
2.007
2.032
2.057
2.083
2.108
01
2.235
2.540
7'
2.134
2.159
2.18
2.261
2.286
311
2.337
2.362
2.388
2.413
8'
2.438
2.464
2.489
2.515
2.565
2.591
2.616
2.642 2.667
2.692
2.718
2.743 2.769
2.794
2.819 2.845 2.870 2.896 2.921 2.946 2.972 2.997
3.023
The sample solution used to generate the above example and the automarker scripts
uses System.out.printf() with a format string of "%6.3f" to print the metric values.
Transcribed Image Text:Write a java program called ImperialMetric that displays a conversion table for feet and inches to metres. The program should ask the user to enter the range of values that the table will hold. Here is an example of what should be output when the program runs: Enter the minimum number of feet (not less than 0): Enter the maximum number of feet (not more than 30) : 0" 1" 2" 3" 4" 5" 6" 7" 8" 9" 10" 11" 5' 1.524 1.549 1.575 1.600 1.626 1.651 1.676 1.702 1.727 1.753 1.778 1.803 6' 1.829 1.854 1.880 1.905 1.930 1.956 1.981 2.007 2.032 2.057 2.083 2.108 01 2.235 2.540 7' 2.134 2.159 2.18 2.261 2.286 311 2.337 2.362 2.388 2.413 8' 2.438 2.464 2.489 2.515 2.565 2.591 2.616 2.642 2.667 2.692 2.718 2.743 2.769 2.794 2.819 2.845 2.870 2.896 2.921 2.946 2.972 2.997 3.023 The sample solution used to generate the above example and the automarker scripts uses System.out.printf() with a format string of "%6.3f" to print the metric values.
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Instruction Format
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
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage