More Exercise 01. Data Type Finder (Java) 30/100
Здравейте, колеги,
Някой може ли да ми помогне с 1 задача от допълнителните упражнения от Data Types and Variables - https://pastebin.com/qz9C0nUK ?
1. Data Type Finder
You will receive an input until you receive "END". Find what data type is the input. Possible data types are:
- Integer
- Floating point
- Characters
- Boolean
- Strings
Print the result in the following format: "{input} is {data type} type"
Благодаря