List

         LIST

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

    Comments