Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
Use C code to create . Write a program that prompts the user to enter name (single-word string), age (integer), gender (character, ‘M’ or ‘F’) and income (2-decimal-place float). Read all the input va
Use C code to create .
Write a program that prompts the user to enter name (single-word string), age (integer), gender (character, ‘M’ or ‘F’) and income (2-decimal-place float). Read all the input values by using ONLY ONE scanf() function. The program will then display the values, with appropriate labels, on separate lines. A sample run is shown below