Problem Analysis Algorithemic Model (PAAM)
ARRAYS : 1/3
Problem is to write a program that reads five integer numbers in an array and then print these numbers along with its sum.
INPUT PROCESS OUTPUT
Enter Number 1
Enter Number 2
Enter Number 3
Enter Number 4
Enter Number 5
i[0] i[1] i[2] i[3] i[4]
Number 1
Number 2
Number 3
Number 4
Number 5
Sum is
PSEUDO-CODE
Random Steps :
Right Steps :



(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.)



   
Skip Navigation LinksProblem Solving Skills > Topic 7: Arrays