Computer Science, asked by ruchirastogi8647, 5 months ago

(Marks 5X4=20)
Attempt any four and also draw flow chart.
1. WAP to input a number and check number is positive.
2. WAP to input total marks and print the grade according to the given slab.
(using multiple if)
Total Marks
Grade
• >=95
A1
85 - 95
A2
70-85
B1
55 - 70
C1
40-55
D
40<
FAIL
3. WAP to input the age of the person check weather person is eligible to vote or not. (using mult
4. WAP to accept a character and print the corresponding rainbow colour. (using multiple if)
5. Write a program to input three numbers and print the largest number among them.(using mul
6. Write a program to take a character from the user and check for vowel or not(using multiple if​

Answers

Answered by kv3050873
0

Answer:

WAP to input a number and check number is positive.

Similar questions