Search:

Type: Posts; User: alok2007

Search: Search took 0.24 seconds.

  1. Replies
    3
    Views
    2,153

    Java coding, solution needed

    Consider the class Employee given below for representing employees of an organization. It has 5 different instance variables and a method to calculate the total salary based on the jobLevel.
    ...
  2. Replies
    3
    Views
    2,153

    Java coding, solution needed

    Implement the class Teacher based on the class diagram and description given below.

    Method Description
    Teacher(String teacherName, String subject, double salary)
    Initialize the values of all the...
  3. Replies
    3
    Views
    2,153

    Java coding, solution needed

    Implement a class Calculator with the method mentioned below.


    Method Description
    findAverage()
    Calculate the average of three numbers
    Return the average rounded off to two decimal digits...
Results 1 to 3 of 3