Question: GitHub link: https://classroom.github.com/a/u Y25VX In this assignment you are to write programs to solve the following problems. As with all assignments, remember the following submission

 GitHub link: https://classroom.github.com/a/u Y25VX In this assignment you are to write

GitHub link: https://classroom.github.com/a/u Y25VX In this assignment you are to write programs to solve the following problems. As with all assignments, remember the following submission steps: Make sure your code passes at least all the provided JUnit tests Create and test Javadoc code documentation Save, commit, and push all code changes Confirm the latest code is visible via the "Files" section of your repository website Confirm that the repository is private, and that the instructor has Developer access Problem a (PA1a.java) Write a program to help carpenters. Sometimes measurements are given in terms of yards, feet, and inches. Your program will convert these three numbers into a total number of inches. When running it will prompt the user first for the number of yards, then the number of feet, and finally the number of inches. Assume all numbers are whole (integers). Your program must compute the total number of inches by converting each of the three inputs into inches and summing them all together. Finally, print out the total length in inches, Recall that 1 yard 3 feet, and foot 12 inches. The following represents a sample run of the program in which the user inputs 1 for the number of yards, 2 for the number of feet, and 3 for the number of inches (ielding a correct output of 63 total inches). Note that the JUnit tests, and grading, will be very picky about exact spacing spelling and capitalization. Enter number of yards: 1 Enter number of feet: 2 Enter number of inches: 3 Total number of inches: 63

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!