Problem Analysis Algorithemic Model (PAAM)
BASIC ELEMENTS OF C++ : 1/5
Problem is to write a program that prompts the user to input feet and then to input inches as integers. The program prints feet and then inches on the screen.
INPUT PROCESS OUTPUT
Enter Feet
Enter Inches
FEET =
INCHES=
Feets Inches
     
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 2: Basic Elements of C++