n=(x*z)/(y+x); in c.s
Answers
Answered by
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
Hindi,
2 months ago
Computer Science,
4 months ago
Social Sciences,
10 months ago
Math,
10 months ago