Question: use Python for question 1-4 Instructions 1. Write a program that read an integer and check it. . If the number is greater than 0.
Instructions 1. Write a program that read an integer and check it. . If the number is greater than 0. This program shows message "more than zero". If the number is less than 0. This program shows message "less than zero". If the number is equal O. This program shows message "equal zero". 2. Write a program that read a real number. If the number is less than 0. This program shows message "Please insert the number that is greater or equal zero". If the number is value is greater than or equal to 0. Then check again if the number is greater than or with 50. If the number is greater than or equal to 50. This program shows message "Pass". If the number is less than. This program shows message "Fail". 3. Write a program that read a string literal and check if there is a, e, i, o, u in the string. If available, type There is vowel. If not, type There is not vowel. 4. Write a program that accepts one input as an integer. And check if the received number is divisible by 3 or not, if it is, type "It can show be divided by 3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
