Should an accumulator be initialized to any specific value? Why or why not?
Look at the following pseudocode. If it were a real program, what would it
display?
Declare Integer number1 = 10, number2 = 5
Set number1 = number1 + number2
Display number1
Display number2
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here