1. Write the corresponding expressions for the following mathematical operations:-
i. C=a? + b
ii. Z = x3 + y + xy /z
Answers
Answered by
0
Answer:
i- c=a*a + b*b
ii- Z=Math.pow (x,3)+math pow (y,3)+x*y/z
Similar questions