Step 1.  APPROACH: Problem Solving Strategies - PSEUDO CODE Technique
CONTROL STRUCTURE : SELECTION
4/5
Problem Analysis Algorithemic Model (PAAM)
ARRAYS : 1/3
Problem is to write a program that reads the grade then print the GPA according to following rule.(A->4, B->3, C->2, D->1, F->0)
INPUT PROCESS OUTPUT
Enter Grade,   G
   
G GPA
Grade
GPA
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.)