Computer Science, asked by sanafathima9B2020, 2 months ago

Write a Java program to accept the name of the customer weight of the parcel as per the following and calculate the charge as per weight

Answers

Answered by vkrishnakirupa
1

Answer:

Anshul transport company charges for the parcels of its customers as per the following specifications given below: Class name : Atransport Member variables: String name – to store the name of the customer int w – to store the weight of the parcel in Kg int charge – to store the charge of the parcel Member functions: ...

Similar questions