Task: Create a program that encapsulates the functionality from our previous lesson within a subprogram (incrementing a variable). Create a Main program that successfully uses your subprogram.
What are the benefits of using subprograms within your team development projects? With subprograms, you can make a more complicated main program more simply than putting it all in the main program screen. This will enable you to make more complex programs without getting confused in a bunch of arrows and seperate programs.
No comments:
Post a Comment