Chapter 2: Problem Solving: - Software Development Method
Chapter 2: Problem Solving: - Software Development Method
To understand exactly:
what the problem is
what is needed to solve it
what the solution should provide
if there are constraints and special conditions.
Problem Analysis
True False
Play on network?
Create connection Select mission
False
End
Implementation
PROBLEM
end_if
else
income = income + (0.05 x sales)
end_if
income = income (income x 0.11)
Print The net income is , income
End