Question: The function ConvertWeight ( ) has an integer parameter. Define a second ConvertWeight ( ) function that has two integer parameters. The first parameter is

The function ConvertWeight() has an integer parameter. Define a second ConvertWeight() function that has two integer parameters. The first parameter is the number of pounds and the second parameter is the number of ounces. The function should return the total number of ounces.
Ex: If the input is 64, then the output is:
6 pounds yields 96 ounces.
6 pounds and 4 ounces yields 100 ounces.
Note: The total number of ounces can be found using (pounds *16)+ ounces.

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!