Java Program Index Page

  •  BASIC PROGRAMS :

           1. To Print Hello World

    • ADDITION PROGRAMS USING VARIOUS METHOD :

          1. To add two number where numbers are already given or initialized
          2. To add two numbers where numbers will be given by user. Using Scanner method
          3. To add two numbers given by user using DataInputStream method
          4. To add two numbers where numbers will be given by user. Using java swing

    • SWAPPING PROGRAMS USING VARIOUS INPUT METHODS :

    1.  To find area of rectangle .  
    2.  Basic Calculator .   

    • IF - ELSE PROGRAMS :

    1.  To find the largest of three numbers
    2. Program to check whether a year entered is a leap year or not.
    3. To Check a number is Armstrong or not up to 3 digit
    4. Digit Checker program which checks the digit of the number up to 5 digit.
    5. To convert numbers between 100 and 999 into words form.

    • FOR LOOP PATTERNS :
    1. To print a Floyd's triangle
    2. To print a star pattern in odd numbers in form of right triangle
    3. To print a star pattern in form of right angle triangle
    4. To print a pattern or star triangle pattern
    • CONVERSION PROGRAM :
    1. To convert decimal to binary from 1 to 1024 numbers using if-else

    No comments:

    Post a Comment