Tag : numbers

I need a program that recognizes numbers in a sentence.
for example, if the user enters: I am 23 years old
the program should be printed: 22
second example: I am azra62571
In this example, it should be written that there are no numbers because there is no space between numbers and letters
and the third example: if the user enters a large value “int”, example: 328736783151625317368137681763
should be printed: too large a ..

Read more