Math, asked by Dhaarini22, 24 days ago

*suggest a funny, and entertaining anchoring script in Hindi and English mixed for a school farewell event?
#no irrelevant answers, please

Answers

Answered by Rohit8612
2

Answer:

hrs = input("Enter Hours:")

h = float(hrs)

xx = input("Enter the Rate:")

x = float(xx)

if h <= 40:

print( h * x)

elif h > 40:

print(40* x + (h-40)*1.5*x)

Answered by VarshaS553
0

Your answer in the attachment.

please refer that.

Attachments:
Similar questions