
Patrick B. answered 03/23/21
Math and computer tutor/teacher
The code does not compiler because of the word OUTPUT in line 2.
Once removed, the code compiles.
It prompts to input the float value, reads it in, and then outputs it.
It prompts to input the double value, reads it in, and then outputs it.
It prompts to input the string, reads it in, and then outputs it.