Hello!
I have got almost the same problem as you. Did you find the solution for the following problem with java..... if you have got it, can you give it to me.... i will be highly grateful.
: hi!,, can you help me for this problem,,, do you have any idea about this,, hope you can help me,,, tanks,,
:
: Qno.1
: Define a class called ParkindNode that has the ff: properties..
: i. Carplateno of String Type
: ii. Hours of parking
: iii. Parking rate per hour depends on seasonal or not type of car
: iv. Status which will indicate whether the car belongs to seasonal
: parking or not.
: v. Next pointer which referencing to the next car in the list
: vi. Include appropriate accessors, mutators and constructor(s) as
: well as a method to change the car's information.
: vii. Include a mehtod DisplayStatus to display Season parking status
: for car owner with status of 'S' otherwise display Daily rate
: parking.
:
: Qno.2
:
: Define a class called Constructions that has the following
: properties.
: i. A reference to the first ParkingNode called start.
: ii. Include an appropriate constructor that will initialize the
: start member to null.(i.e this means parking with currently no cars
: available)
: iii. Include a method that will allow a new car information to be
: included into the system.
: iv. Include a method to search for a car parking information
: v. Include a method to increase the seasonal parkind rate by 10%
: vi. Include a method to display all car details that are currently
: still parking.
: vii. Include a method do find the toatal rental cost for all the
: cars belongs to seasonal parking status.
: viii. Include a method to find the maximum total rental cost paid on
: the parking.
: ix. Include one more method that either involved calculation, or
: data manipulation
:
: Qno,3
: Define a main menu program that will allow all the parking
: information to be manipulated
:
:
: