Write a program that reads three integers and then prints them in the order read and reversed. Use three functions, one to read the data, one to print them in the order read, and one print them reversed.
Write a program that reads three integers and then prints them in theorder read and reversed. Use three functions, one to read the data, one toprint them in the order read, and one print them reversed.