
Winter 2023 Music Lesson Updates and Assignments
Stay updated with Winter 2023 music lessons including announcements, reminders, and upcoming assignments. Dive into topics like for loops, nested loops, and random methods in this detailed session. Prepare for Quiz 0 and Creative Assignment 1 and make the most of your learning experience.
Download Presentation

Please find below an Image/Link to download the presentation.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.
You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.
E N D
Presentation Transcript
CSE 121 Elba Garza Winter 2023 Music: Pennsylvania 6-5000 - Glenn Miller
Announcements, Reminders Creative Assignment 0 (C0) feedback is out! Resubmission Cycle 0 (R0) form is also out & due January 24th by 11:59 PM Eligible assignments: C0 Quiz 0: Tuesday, January 24th in section; bring laptop! Creative Assignment 1 out, also due January 24th by 11:59 PM Lesson 5 - Winter 2023 2
Last Time For loops Parts of a for loop statement Incrementing/Decrementing update in a for loop Usage of for loops: definite vs. unknown Lesson 5 - Winter 2023 3
Plan for Today Nested for loops Syntax & conventions Applications Random Methods nextInt(): returns a random int value nextInt(int max): returns random int value [0, max) i.e. between 0 and max-1 nextDouble(): returns any random double value [0, 1.0) i.e. between 0 and 0.999 Specifying ranges of values Lesson 5 - Winter 2023 4