[Programming Basics] 02. Number Checker
Write a program, which checks if a number is an integer or a floating-point number and prints either “floating-point” or “integer”, depending on the case. You will only receive numbers.
Constraints
- Integer numbers will be in the interval [-9223372036854775808…9223372036854775807]
Това тук е решението ми, но ми дава 80/100. Някой може ли да ми каже какво изпускам?