Pseudocode of An Algorithm of Calculator Program
Pseudocode of An Algorithm of Calculator Program
Step 1: Declare local variables n1, n2, res, opt. For example, where n1
and n2 take two numeric values, res will store results and opt variable
define the operator symbols.
Step 2: Print the Choice (Addition, Subtraction, multiplication,
division, etc.