Question: C++ language Define a function ConvertLength0 that takes two integer parameters as the number of yards and feet. The function returns a double as the
Define a function ConvertLength0 that takes two integer parameters as the number of yards and feet. The function returns a double as the length converted to meters, given that: - 1 foot =0.3048 meters - 1 yard =3 feet Ex: If the input is 364 , then the output is: 22.2504 meters 1 \#include iostream? using namespace std; y= Your code goes here 7/ int main() ( int numyards; int numfeet; cin numYards; cin numfeet; cout Convertlength(numyards, nunfeet): cout " neters" t endi; return 03
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
