Computer Science, asked by manijeevi79, 3 months ago

n=(x*z)/(y+x); in c.s​

Answers

Answered by naadhinarayan
0

Answer:

double n = ( x * z ) / ( y + x ) ;

Explanation:

You have the answer in your question , just needed to write a random datatype . I have taken double as its preferable lol

Similar questions