Step 1:
Read the problem, analyze the problem, well-understood what the problems are.
Example :
User enters two numbers. Identify which the bigger number between those two numbers. If nom1 is greater than nom2 then display “First Number entered is bigger”. Else display “Second Number entered is bigger”
Step 2 :
Draw the
flowchart and pseudocode, or either one
Step 3 :
Convert flowchart or pseudocode into
C++ program.
1 comments:
Provided for beginer....
Post a Comment