Menu

LIST OF JAVA PROGRAMS


  1. Read a number from the user and display it
  2. Read a character from the user and display whether it is a number or not
  3. Sum of two numbers
  4. Sum of two numbers without using + operator
  5. Sum of command line arguments
  6. Display quotient of two numbers
  7. Display Quotient of two numbers without using / operator
  8. Display remainder of two numbers
  9. Display remainder of two numbers without using % operator
  10. Check whether two numbers are equal or not..