A computer program processes a String of information using the following algorithm:
Follow this algorithm to design the full computer program. Use local and global variables as necessary.
Look at your solution to Task 1. Ask yourself:
Using your own strategies, find answers to your questions.
Design a computer program that processes two numbers eg 2 bank balances.
A user is asked to enter 2 numbers into the program.
The program will show the result of adding, subtracting, multiplying and dividing the two numbers.
Using your knowledge of modular design and variable scope, design a program to solve this problem.