Want to make interactive content? It’s easy in Genially!

Over 30 million people build interactive content in Genially.

Check out what others have designed:

Transcript

CALCULATOR AT PSEINT

Final Project

Etapa

Curso

Asignatura

VALUE TODAY:Forgiveness Quote: “Forgiveness is the key to action and freedom”. - Hannah Arendt

Start

If Nested is basically when you put a if instructions but if not instructions is accompanied for another if instruction.For example: When you make a menuEscribir "Welcome. This is the menu: ";Escribir "1. Addition";Escribir "2.Substracton";Escibir "Please, write the option";Leer option;Si (option = 1)addition = A + B;SinoSi (option = 2) substraction = A- B;FinSiFin SI

IF NESTED STATEMENTS

Link

Example Complete

Else

If

Operation

Assignement

Read

Write

Output

Input

Sequence

Condition

Instruction

Operator

PSeint

Variable

Algorithm

Concepts and Icons

This is a final project, thus, this project is a summary of the contents seen at second term

This project is for one class

Your program shouldn´t look like others

Make several test to check the operations

Activity: Create a calculator using algorithms, first system will ask for numer 1 , 2, 3, 4 or 5, then, it will ask for operation type, and finally it will show the result with a customized message (1.Addition, 2.Subtraction, 3.Multiplication, 4.Division and 5.Average)

Operations: Addition, Substraction, Multiplication, Division,Average