You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wap to accept Cost Price from the user and ask whether the user is a student or not. If the user is a student and the cost price is greater than 500, give a discount of 10% ELSE discount will be 5%. If the user is not a student and the cost price is greater 500 then give a discount of 8% ELSE discount will be 2%. (Take all inputs from USER)