Skip to content
C

Print Values of Different Types

Easyjava

Read one value of each of four types and print them on a single line separated by single spaces.

Input: four lines — an integer, a decimal number, a single character, and the word true or false.

Output: one line: <int> <double> <char> <boolean>

Input (stdin)

Output

Run your code to see output here...