Computer Science, asked by mm3410311, 4 hours ago

1. Write the corresponding expressions for the following mathematical operations:-
i. C=a? + b
ii. Z = x3 + y + xy /z

Answers

Answered by patelshizuka33
0

Answer:

i- c=a*a + b*b

ii- Z=Math.pow (x,3)+math pow (y,3)+x*y/z

Similar questions