1. WAP that checks whether input number is odd or even.
2. WAP that checks whether input character is vowel or consonant.
3. WAP that accepts three rods of different length and checks whether a triangle can be formed by using the rods or not .
( Hint : (a+b)> C ...... )
4. WAP that accept three different number and finds the middle number among them.
5. WAP that checks whether input number is positive, negative or zero .
Answers
Answered by
0
Answer:
Explanation:Write a program in python to check whether the given number is even or odd. If Even, Print
Similar questions