+ 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.

29th Jun 2018, 5:49 PM
Sefat Anam
Sefat Anam - avatar
6 odpowiedzi
+ 2
Well, what about this: https://code.sololearn.com/cPScY0sGc432/?ref=app (without templates)
30th Jun 2018, 12:26 PM
[No Name]
[No Name] - avatar
+ 2
LKH its ok i need to sure that pattan?
1st Jul 2018, 10:14 AM
Sefat Anam
Sefat Anam - avatar
+ 1
x=(35-8)/2
30th Jun 2018, 11:01 AM
Юрий Исаев
Юрий Исаев - avatar
+ 1
if i take " x+x+n=r ( here, n=8 & r=35 user input) " then i should do ( x= (r+n)/2) right ?
1st Jul 2018, 5:45 AM
Sefat Anam
Sefat Anam - avatar
+ 1
Thanks SexyBones 👌
1st Jul 2018, 5:48 AM
Sefat Anam
Sefat Anam - avatar
+ 1
x=(r-n)/2
1st Jul 2018, 9:23 AM
Hanz
Hanz - avatar