Shamil’s Memory table

Simple programs
- input marks of subjects and show percentage, and grade
- convert temperature in Celsius to Fahrenheit in c++ and C with flowchart
if-else programs
- input the day number and print the weekday by using the if-else statement.
- positive and negative number
- input the basic salary of an employee and calculate its Gross salary
- check whether a character is an alphabet, digit, or special character
- calculate the bill in c++
For loop programs
do-while loop
- Display English Alphabets from A-Z
- Sum of the first 10 natural numbers program in C++
- Palindrome Program in C++
Array with for loops
- Program to insert an element in an array at a specific position in C++
- Program to show the Sum of Array Elements in C++
Array with nested for loops
Array with while loops
User Define functions in C++