Each of the program segments in this section has errors. Find as many as you can.
A) int num1 = 0, num2 = 10, result;
num1++;
result = ++(num1 + num2);
cout <><><><>
B) // This code should add two user-entered numbers.
int num1, num2;
char again;
while ((again == 'y') || (again == 'Y'))
cout <>
cin >> num1 >> num2;
cout <><>
cin >> again;
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here