banner

Friday, October 21, 2016

LIST OF PROGRAMMING EXERCISES

Ask the user to enter two integers and print their sum, product, difference and quotient  Read a string from the keyboard, and output t... thumbnail 1 summary
  1. Ask the user to enter two integers and print their sum, product, difference and quotient 
  2. Read a string from the keyboard, and output the string twice in a row, first all uppercase and next all lowercase.
  3. Check if a string is a palindrome or not
  4. Find the missing numbers in an  array
  5. Return the average of the marks in an array
  6. Create a SavingsAccount class and test its methods.
  7. Create a Employee Class and compute the salary.
  8. Inherit the car class and compute the selling price for various models
  9. Create a simple calculator with Applet
  10. Convert the temperature from one scale to another using Applet.

No comments

Post a Comment