Problem Solving and Program Design Programming
(DFC10042)
Programming Languages inpp Real Life Application
NAME: LAURYNNA ANN
ID MATRIX: 01DDT20F1066
LECTURER NAME:
One Example of real life application: Calculator
1.user should give a problem solving equation by using human
language like 2+2 in calculator.
2.Data or instruction given by the user stored in memory as a
input.
3.then the statement input translated to machine language to
make sure the calculator identifies the output
4.when the user press the solve button ,calculator solve the
problem which is stored in memory and display answer on
screen.