Java programme

  1. Write a Java programme that will be used as a school finance system.
  2.  
    Write a program to print the area of a rectangle by creating a class named ‘Area’ having two methods. First method named as ‘setDim’ takes length and breadth of rectangle as parameters and the second method named as ‘getArea’ returns the area of the rectangle. Length and breadth of rectangle are entered through keyboard.
  3. Write a program that would print the information (name, year of joining, salary, address) of three employees by creating a class named ‘Employee’. The output should be as follows:

 
Name        Year of joining        Address

Robert            1994                64C- WallsStreat

Sam                2000                68D- WallsStreat

John                1999                26B- WallsStreat”

This question has been answered.

Get Answer