Problem Analysis Algorithemic Model (PAAM)
ALGORITHMS AND PSEUDOCODE :2/5
Problem is to design an algorithm for a program that will read three numbers to calculate its SUM and PRODUCT and then print the SUM and PRODUCT.
INPUT PROCESS OUTPUT
Enter Number 1, X
Enter Number 2, Y
Enter Number 3, Z
   
Sum S = Number X + Number Y + Number Z
= + +
Product P = Number X * Number Y * Number Z
= * *
Sum
Product

PSEUDO-CODE
Given Steps :
Answer :




(Instruction: Select any line/step from the first List Box and move it to the second List Box and make all its lines into correct steps of sequential order, using the Arrow Keys.)