subject

Forms often allow a user to enter an integer. write a program that takes in a string representing an integer as input, and outputs your input contains only digits if every character is a digit 0-9. otherwise, your program outputs your input contains more than just digits ex: if the input is 1995, the output is: your input contains only digits ex: if the input is 42,000 or 1995! , the output is: your input contains more than just digits

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 16:00
How do i draw hello world in python and how do i make it loop?
Answers: 1
question
Computers and Technology, 22.06.2019 18:00
Suppose an astronomer discovers a large, spherical-shaped body orbiting the sun. the body is composed mostly of rock, and there are no other bodies sharing its orbit. what is the best way to categorize this body? a. planet b. moon c. comet d. asteroid
Answers: 1
question
Computers and Technology, 23.06.2019 23:30
The keyboard usually has six rows of keys. which of the following is not one of the key group categories? letter keys number keys control keys graphic keys
Answers: 1
question
Computers and Technology, 24.06.2019 00:20
Describe a data structures that supports the stack push and pop operations and a third operation findmin, which returns the smallest element in the data structure, all in o(1) worst-case time.
Answers: 2
You know the right answer?
Forms often allow a user to enter an integer. write a program that takes in a string representing an...
Questions