I am writing a program where I am suppoosed to write three functions named get_input() that read a value from the user. One gets an int value from the user, the other gets a double value and the third gets a char value, and then a main() function to test all three.
Here is what I have so far, I am just confused as to what I put in the main function