computer
Selection and Iteration Structures
All programs can be written using three basic structures. Sequence, Selection, and Iteration. In this week, we are going to focus on SELECTION (Decision-Making) and ITERATION (Looping) structures.
Discussion Topic
In your post, you need to cover either SELECTION or ITERATION. You are free to include content about both. Click the labeled tabs to find instructions on each.
Follow the instructions above to upload your code.
In your original post:
· In your post, you need to cover either SELECTION or ITERATION. You are free to include content about both.
· You also need to include C code that includes a user-defined function.