Package edu.nwmissouri.zoo02group
Class Billing
java.lang.Object
edu.nwmissouri.zoo02group.Billing
this class is for printing the bill
- Author:
- Tejaswini Challa
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
findCost()
calculating total pricedouble
printBill
(int id, int n) Returning bill formatevoid
setTotal_price
(double tp)
-
Field Details
-
enterfee
public static double enterfee
-
-
Constructor Details
-
Billing
public Billing()
-
-
Method Details
-
getTotal_price
public double getTotal_price()- Returns:
- total_price
-
setTotal_price
public void setTotal_price(double tp) - Parameters:
tp
-
-
findCost
public void findCost()calculating total price -
printBill
Returning bill formate- Parameters:
id
-- Returns:
- s Bill formate returning
-