Flowcharting Technique is one way to learn the process of computing with a drawing program flow. This is taught at the beginning of the making of computer, using the BASIC language that human-oriented language. VBasic, Java and Lotus Domino adopted statement of BASIC.
Friday, August 21, 2015
10. Computer Programming with flowcharting Technique (page 10)
The problem of 5
You are asked to makes program to present the biggest number from INPUT four level unequal numbers.
Solution
For example the number P, Q, R and S
Logic:
The biggest number is number the always bigger if compared to three other number.
Programming stages and steps:
Confronts P with Q, the winner matched with R and the winner is confronted with S
At Flowchart under this Y (Yes) towards right and N (NO) downwards
Input P, Input Q, Input R and Input S can be summarized to become INPUT P,Q,R,S
When executed (in RUN) will come up ? ( enters input)
Writes numeral 4 by dissociated by sign , ( comma) for example 452 , 317 , 9054 , 22
Then press ENTER
DATA TEST : test your program with this input data
P , Q , R , S
data 1 : 1 , 2 , 3 , 4
data 2 : 1 , 2 , 4 , 3
data 3 : 1 , 3 , 2 , 4
data 4 : 1 , 3 , 4 , 2
data 5 : 1 , 4 , 2 , 3
data 6 : 1 , 4 , 3 , 2
data 7 : 2 , 1 , 3 , 4
data 8 : 2 , 1 , 4 , 3
data 9 : 2 , 3 , 1 , 4
data 10 : 2 , 3 , 4 , 1
data 11 : 2 , 4 , 1 , 3
data 12 : 2 , 4 , 3 , 1
data 13 : 3 , 1 , 2 , 4
data 14 : 3 , 1 , 4 , 2
data 15 : 3 , 2 , 1 , 4
data 16 : 3 , 2 , 4 , 1
data 17 : 3 , 4 , 1 , 2
data 18 : 3 , 4 , 2 , 1
data 19 : 4 , 1 , 2 , 3
data 20 : 4 , 1 , 3 , 2
data 21 : 4 , 2 , 1 , 3
data 22 : 4 , 2 , 3 , 1
data 23 : 4 , 3 , 1 , 2
data 24 : 4 , 3 , 2 , 1
OUTPUT is number 4 ( the biggest number out of the four data)
Hereinafter you input can having kinds of number
Followers
Blog Archive
-
▼
2015
(40)
-
▼
August
(40)
- Notification
- 1. Computer Programming with flowcharting Techniqu...
- 2. Computer Programming with flowcharting Techniqu...
- 3. Computer Programming with flowcharting Techniqu...
- 4. Computer Programming with flowcharting Techniqu...
- 5. Computer Programming with flowcharting Techniqu...
- 6. Computer Programming with flowcharting Techniqu...
- 7. Computer Programming with flowcharting Techniqu...
- 8. Computer Programming with flowcharting Techniqu...
- 9. Computer Programming with flowcharting Techniqu...
- 10. Computer Programming with flowcharting Techniq...
- 11. Computer Programming with flowcharting Techniq...
- 12. Computer Programming with flowcharting Techniq...
- 13. Computer Programming with flowcharting Techniq...
- 14. Computer Programming with flowcharting Techniq...
- 15. Computer Programming with flowcharting Techniq...
- 16. Computer Programming with flowcharting Techniq...
- 17. Computer Programming with flowcharting Techniq...
- 18. Computer Programming with flowcharting Techniq...
- 19. Computer Programming with flowcharting Techniq...
- 20. Computer Programming with flowcharting Techniq...
- 21. Computer Programming with flowcharting Techniq...
- 22. Computer Programming with flowcharting Techniq...
- 23. Computer Programming with flowcharting Techniq...
- 24. Computer Programming with flowcharting Techniq...
- 25. Computer Programming with flowcharting Techniq...
- 26. Computer Programming with flowcharting Techniq...
- 27. Computer Programming with flowcharting Techniq...
- 28. Computer Programming with flowcharting Techniq...
- 29. Computer Programming with flowcharting Techniq...
- 30. Computer Programming with flowcharting Techniq...
- 31. Computer Programming with flowcharting Techniq...
- 32. Computer Programming with flowcharting Techniq...
- 33. Computer Programming with flowcharting Techniq...
- 34. Computer Programming with flowcharting Techniq...
- 35. Computer Programming with flowcharting Techniq...
- 36. Computer Programming with flowcharting Techniq...
- 37. Computer Programming with flowcharting Techniq...
- 38. Computer Programming with flowcharting Techniq...
- Description
-
▼
August
(40)