0% found this document useful (0 votes)
65 views

Calculator Program: Stem 11 - G

This document summarizes a calculator program that asks the user to enter two values, selects an operation of addition, subtraction, or multiplication, then calculates and displays the result. The program first outputs a title and prompts the user to enter a first value. It then prompts for a second value and the operation choice. Based on the operation selected, it will add, subtract, or multiply the two input values and output the result.

Uploaded by

Zam Pamate
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
65 views

Calculator Program: Stem 11 - G

This document summarizes a calculator program that asks the user to enter two values, selects an operation of addition, subtraction, or multiplication, then calculates and displays the result. The program first outputs a title and prompts the user to enter a first value. It then prompts for a second value and the operation choice. Based on the operation selected, it will add, subtract, or multiply the two input values and output the result.

Uploaded by

Zam Pamate
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

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

You might also like