General Discussion Undecided where to post - do it here. |
|
![]() |
#1 |
|
Write a test program that invokes these functions to display the following tables
Pounds Ounces| Ounces Pounds 11 176 | 1 0.0625 2 192 | 2 0.125 ... 9 304 | 9 0.5625 0 320 | 10 0.625 What I have tried: C++ // Convert from pounds to ounces double poundsToOunces(double pounds) // Convert from ounces to pounds double ouncesToPounds(double inches) The formula for the conversion is pound = 16 * ounces celsius = 0.0625 * pound |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|