+ 1
What is wrong with this code ?
Please can someone tell me Why is this code giving errors https://code.sololearn.com/c4L6rr7Ld8Ic/?ref=app
13 odpowiedzi
+ 3
Then you only need this part:
int a = Convert.ToInt32(2);
int b = Convert.ToInt32(-3);
int c = Convert.ToInt32(1);
{
Console.WriteLine((c-b)/a);
}
+ 1
Change =! to !=
Thats all
+ 1
It's also not giving me the correct answer
+ 1
Which equality do you want to solve? ax+by+c=0?
0
I want to solve a linear equation
0
Linear equation
0
Ok 2x-3 = 1