Write a program that reads a character, an integer
Write a program that reads a character, an integer, and a floating-point number. It then prints the character, first using a character format specification ( %c) and then using an integer specification (% d). After printing the character, it prints the integer and floating-point numbers on separate lines. Be sure to provide complete instructions (prompts) lor the user.
The post Write a program that reads a character, an integer appeared first on My Assignment Online.