Math, asked by Anonymous, 10 months ago


 \huge{\underline{\underline{\mathcal{\pink{Heya  \: Mate}}}}}
♡♡♡Help please :-[:-[♡♡♡
Write a program to obtain x, y, z from user and calculate expression :
4x⁴+3y³+9z+6π

#google pe nhi milega :-\

Answers

Answered by tejasvinitha
5

Answer:

if it is python see this

Step-by-step explanation:

x = int(input("enter the value of x"))

y = int(input("enter the value of y"))

z = int(input("enter the value of z"))

a = (4*(x**4)) + (3*(y**3)) + (9*z) + (6*3.414)

print(a)

hope it is helpful

Answered by manmohantiwari61
1

Answer:

hiiiiiiii shubhra

Step-by-step explanation:

hellow ......good night....

Similar questions