If m=5 and n=2, then what will be the output of m and n. Solve:-n=m+m/n;
Answers
Answered by
32
Hello!!
It seems that u need it for java...
So;the answer is
int m=5;
int n=2;
n=m+m/n ;
Process:
n=m+m/n ;
n=5+5/2
n= 5+ 2
n=7
Output: 7.
U can also refer to the attachment ☝️☝️.
It seems that u need it for java...
So;the answer is
int m=5;
int n=2;
n=m+m/n ;
Process:
n=m+m/n ;
n=5+5/2
n= 5+ 2
n=7
Output: 7.
U can also refer to the attachment ☝️☝️.
Attachments:
Answered by
9
Answer: there is answer
Explanation: ,
Attachments:
Similar questions
Computer Science,
7 months ago
Math,
7 months ago
Social Sciences,
7 months ago
Math,
1 year ago
Political Science,
1 year ago