+ 3
How to Run ( x+x+8=35 ) this kinda program in c++ ? Is this possible ? Need the value of "x".
If got this problem solution then i do a mini project Name : Find out two unknown number with difference and sum of both numbers. Thanks in Advance. Please help me.
6 odpowiedzi
+ 2
Well, what about this:
https://code.sololearn.com/cPScY0sGc432/?ref=app (without templates)
+ 2
LKH its ok i need to sure that pattan?
+ 1
x=(35-8)/2
+ 1
if i take " x+x+n=r ( here, n=8 & r=35 user input) " then i should do ( x= (r+n)/2) right ?
+ 1
Thanks SexyBones 👌
+ 1
x=(r-n)/2