Write a function that converts an input of some integer


Write a function that converts an input of some integer number of inches into outputs of integer numbers of yards, feet, and inches. Do not write a main function. Your function does not do cin or cout. Your function will have four parameters. Make sure you use appropriate parameter passing techniques! Your function will be a void function. There are 12 inches in a foot, and 36 inches in a yard. For example, if the total number of inches input is 50, the results are 1 yard, 1 foot, and 2 inches.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Write a function that converts an input of some integer
Reference No:- TGS0661625

Expected delivery within 24 Hours