List
LIST
- Print hello world
- To print size of int, float, char, bool, shortint and longint.
- Program to print sum of two numbers.
- Testing string
- Testing string and line break.
- To test chainability.
- Program to test if-else
- Program to find the maximum among the three numbers
- Program to check if a number is even or odd
- Program to test if-else (to check voter eligibility)
- Program to check if a triangle is scalene, isosceles or equilateral.
- Program to check if an alphabet is a vowel or a consonant.
- Program to find sum of natural numbers till n.
- Program to test loop-while
- Program to add only positive numbers.
- Program to display multiplication table upto 10.
- Program to test continue-break.
- Print number from 1 to 100, skip nos. divisible by 3
- Program to print all the even numbers till "n".
- Using switch operator.
- Implement a single calculator using switch.
- Calculator - Output of division, addition, substraction and multiplication of two given numbers.
Comments