| Swapping numbers | users to enter two data and then display them in reverse order |
| Average | Float variables and average of two numbers |
| Highest number | Highest of three numbers as entered by user |
| grade | Finding exam Grade of mark entered using if else condition |
| tariff plan | Final bill based on different range of consumption and adding surcharge |
| calculation | Calculation of user entered numbers |
| percentage | Mark Percentage Calculation |
| division | Division of Mark |
| digits | Digits in a number |
| Sum of Numbers | Sum of user entered numbers ( useing while loop ) |
| Sum of digits | Sum of Digits in a number |
| Armstrong number | List all armstrong numbers or check the number |
| prime numbers | Prime numbers upto 100 |
| multiplication table | Multiplication table using while loop |
| string patterns | Different string patterns using for loop |
| Numbers 1 to 100 | Display numbers from 1 to 100 with line break at 10,20, 30 .. |
| Fibonacci Series | sequence of numbers where each member is sum of previous two numbers |
| factorial | Factorial of an input number |
| factors | Factors of an input number |
| factors common | Common Factors of two input numbers |
| Highest factors | Highest Common Factors of two input numbers |
| Matrix | Matrix multiplication |
| Matrix | Matrix Sum |
| Pointers | Practice Questions with solutions |
| Array | Practice Questions with solutions |
| functions | Practice Questions with solutions |
| wawan | 14-10-2011 |
| lets give totorial about website building | |
| Faisal Muhammad | 24-05-2019 |
| find an algorithm to print marks obtained by students using the following rules marks 70 to above A, 60 - 69 B, 50 - 59 C, 40 to above F | |