|
| 29 Apr 2012 11:20 PM |
A + B = C
make it into numbers
I should make a harder one. :3 |
|
|
| Report Abuse |
|
|
|
| 29 Apr 2012 11:22 PM |
bump
is it really that hard?.. |
|
|
| Report Abuse |
|
|
ZZRocks
|
  |
| Joined: 14 Dec 2008 |
| Total Posts: 29283 |
|
| |
|
ZZRocks
|
  |
| Joined: 14 Dec 2008 |
| Total Posts: 29283 |
|
| |
|
|
| 29 Apr 2012 11:23 PM |
Easy.
For instance...
A = 1.5 B = 1.5 C = 3
A+B=C
Love & Tolerate |
|
|
| Report Abuse |
|
|
|
| 29 Apr 2012 11:24 PM |
A = 1
B = 2
C = 3
It's like using the letters of the alphabet then making it numbers. Like if I used Z, it would mean 26. Because it's the 26th letter... |
|
|
| Report Abuse |
|
|
|
| 29 Apr 2012 11:25 PM |
| @grunty Doesn't work. A and B are 2 different letters, so they can't be the same thing. |
|
|
| Report Abuse |
|
|
RobloIT
|
  |
| Joined: 19 Jun 2011 |
| Total Posts: 890 |
|
|
| 29 Apr 2012 11:26 PM |
#include < iostream > using namespace std; int main() { int a,b,c; a = 15; b = 0; c = 4; int result = a + b + c; cout << result; cin.get(); }
Yus.
D R H A X I M U S _____________________________ |
|
|
| Report Abuse |
|
|