Sample Task - oluchi112/user-assistance-oluchi GitHub Wiki
How to Sum Up on a Calculator App
Summary
As a new user of the calculator app, you can use it to add different numbers (both large and small numbers).
Prerequisites
You have started using the calculator app
Steps to Sum Up
- Enter the first number.
- Choose the Plus (+) button.
- Enter the second number.
- Choose the Equal (=) button.
Result
The calculation result is displayed on the screen
Example
You want to find out the sum of a $1 coffee and a $2 sandwich. To find the result:
- Enter the first number(1).
- Choose the Plus (+) button.
- Enter the second number(2).
- Choose the Equal (=) button. The calculator shows the result(3).