You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enter in i.e. "10"; an invalid number error will be reported back. Enter 10 again; this time it is accepted.
Enter in i.e."2" and do as above
The correct value is calculated
Something slight must be going wrong here - we're managing to pass the values from user input into the stdio buffers; however, the "invalid number..." errors should obviously not occur. This only happens when we enable the "C" extension when selecting the processor.