You are on page 1of 4

CSE ASSIGNMENT

WEEK-05
NAME:P.ANAGHAA THANMAYEE
REG.NO:22BCE7306

INPUT:
1.Write a java program to discount for Dress shopping by defining class DressShopping.
DressShopping class contains the constructor such as dress_brand_code, dress_brand_name,
dress_price, dress_quantity. The define a method dressPayment computes total_amount to be
paid by the customer after discount. Also calculate the discount using the following criteria:  
10% discount if total_amount >5000 
5% brokerage if total_amount <=5000 and total_amount >1000 
Otherwise, discount NOT Applicable for this customer. Take the input from the user. 
OUTPUT:
INPUT:
2.Write a java program to find minimum, maximum and sum of
elements from an array.

OUTPUT:

INPUT:
3. Write a java program to implement Date Server (Sample program attached)
OUTPUT:

You might also like