Forum: Java Dec 1st, 2008 |
| Replies: 12 Views: 1,001 K guys.... I think u are not well versed in Java than me... Can't even find a solution to the answer for adding...
k... Cool
just write the pgm for
2+2=4 without using '+' operation using... |
Forum: Java Nov 30th, 2008 |
| Replies: 12 Views: 1,001 I m still can't get the answer from u guys.....
Let me explain more in detail:
class add{
public static void main(String args[])
{
int a=2,b=2,c;
c=a+b;
... |
Forum: Java Nov 29th, 2008 |
| Replies: 12 Views: 1,001 I want to add two numbers for example say 2+3=5 without the arithmetic operator '+'. |
Forum: Java Nov 29th, 2008 |
| Replies: 12 Views: 1,001 Hi,
Can u add numbers without using arithmetic operators in java.We can add using bitwise operators.But i m not able to get the ans.
Solve:
a+b=c;
Prove 2+2=4 without using arithmetic... |