Calculator Program
STEM 11 – G
Nuryasmin Madsura
Candice Pamate
Khadija Ropeta
Brooklyn Busaco
Zainab Bibio
Fatima Maeyan Jadi
Project Overview
This project consists of a program that asks a question and will be given an answer with yes or no
then receive a response otherwise known as the result.
Algorithm (Pseudocode)
1. Output “Basic Calculator”.
2. Output “enter first value:”.
3. Input first value:””
4. Input second value:””
5. Enter your choice: 1: Addition 2: Subtraction 3: Multiplication
6. Result 1 “add first input and second input”
7. Result 2 “subtract first input and second input”
8. Result 3 “multiply first input and second input”
Code Screenshot