Problem Analysis Algorithemic Model (PAAM)
ARRAYS : 3/3
Problem is to write a program that asks the user to enter 5 numbers each in two arrays. The program then sums the values of both arrays and put them in third array and prints the values of third array.
INPUT PROCESS OUTPUT
Enter  Number, i1 j1    
Enter  Number, i2  j2    
Enter  Number, i3 j3    
 Enter  Number, i4 j4    
 Enter  Number, i5 i5    
i[0] i[1] i[2] i[3] i[4]
j[0] j[1] j[2] j[3] j[4]
k[0] k[1] k[2] k[3] k[4]
Number k[0]
Number k[1]
Number k[2]
Number k[3]
Number k[4]

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