I need help making a program that include meter yards and feet. my c+ class is only in chapter 4 of the c++ book.
function header should be
void convertMeters(int meters)
int main
1. ask for the number of meters
2. read in the number of meters
3. call your function
4. the output should look like:
??? meters is:
??? inches
??? feet
??? yards
??? miles
my class program looks like this