Problem Analysis Algorithemic Model (PAAM)
ALGORITHMS AND PSEUDOCODE : 1/5
Problem is to design an algorithm for a program that will read name, balance and rate; calculate it's interest and then print name as well as interest.
INPUT PROCESS OUTPUT
Enter Name
Enter Balance
Enter Rate
Interest = Balance x Rate
= x
Name
Interest
   
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 1: Algorithm and Pseudocode