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
Add two digits given by the user. Read the two digits from stdin, add them, and print the result. The total of the two digits with be one digit-long (<10)
Multiply two digits given by the user. Read the two digits from stdin, multiply them, and print the result. The result of the multiplication will be one digit-long (<10)