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
17. Computer Programming with flowcharting Technique (page 17)
7. Command loopingBeside using command GOTO
Looping can be done with statement
a. FOR - - - NEXT - - STEP
b. DO [ (WHILE) condition ] [statement block] . . . LOOP
c. DO [ (UNTIL) condition ] [statement block] . . . LOOP
d. DO [statement block] . . . LOOP [ (WHILE) condition ]
e. DO [statement block] . . . LOOP [ (UNTIL) condition ]
f. WHILE . . . WEND
For example :
7.1. Single LoopingPrint number 1 to 100 successive ( step 1)
( Output : 1 2 3 4 5 . . . . . 100 )
PROG012
With GOTO statement
FIG.19
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)