This commit is contained in:
2021-04-27 10:39:54 +05:30
parent 3d26196d7b
commit a4a5c63e1f
3 changed files with 58 additions and 1 deletions

View File

@@ -16,4 +16,5 @@
|14 | AgeCheck.c | AgeCheck.exe | WAP to check your age > 18 or not (using if else statement) |
|15 | MaximumNo2.c | MaximumNo2.exe | WAP to find out maximum out of two numbers |
|16 | MaximumNo4.c | MaximumNo4.exe | WAP to find out maximum out of three numbers using nested if..else |
|17 | PositiveOrNegative.c | PositiveOrNegative.exe | WAP to find out a given number is positive, negative or 0 |
|17 | PositiveOrNegative.c | PositiveOrNegative.exe | WAP to find out a given number is positive, negative or 0 |
|18 | Grade.c | Grade.exe | Use else if ladder statements to find out the result grade from the percentage (Mentioned in file of the program). |