I need support with this Computer Science question so I can learn better.
- Happy Myriad!This is a programming assignment for a grade!
- Use the function you created from Homework #4 (be sure that the function matches those specifications)
- Call the function with random arguments from inside of a for loop
- the loop should execute at least 1000 times
- the function should have different parameters each time through the loop
- the function should only draw in the top 1/3 of the screen
- Call the function with random arguments from inside of a while loop
- the loop should execute at least 1000 times
- the function should have different parameters each time through the loop
- the function should only draw in the middle 1/3 of the screen
- Call the function with random arguments from inside of a do/while loop
- the loop should execute at least 1000 times
- the function should have different parameters each time through the loop
- the function should only draw in the bottom 1/3 of the screen
- Use comments liberally; at minimum you should have :
- your name
- your netID
- the project/assignment
- the date completed
- Test your code
Submit your code as a formatted *.txt file


0 comments