Hi guys...I need help. I keep getting this error for lines 24 and 27 and I can't figure out how to fix it before compiling and running my program. Please see below:
23 cout << endl;
24 if (result => 0)
25 cout << "\t\t\tresult is positive";
26 cout << endl;
27 if (result =< 0)
Error message was:
24 error: expected primary-expression before '>' token
27 error: expected primary-expression before '<' token