
Elba Garza Winter 2023 Music Announcements & Programming Updates
Stay informed with Elba Garza's Winter 2023 music class announcements, reminders, and programming updates. Find details on assignments, quiz retakes, and the plan for today's lesson. Get ready to rock your coding skills with the latest information.
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: Don t Stop Me Now - Queen
Announcements, Reminders Programming Assignment 2 out soon; due February 21st Quiz Retakes on Tuesday, February 14th Retake Form out; due Sunday Feb 12th at 11:59 PM Eligible Quizzes: Quiz 0 Quiz 1 (Grades out by tonight : ) Lesson 11 - Winter 2023 2
Last Time Conditionals while loops Lesson 11 - Winter 2023 3
Plan for Today User Input Scanner class Methods: .next() - asking the user for one singular token as input. Token: a unit of input separated by some whitespace (e.g. space, tab, newline!) .nextLine() - input that can be multiple words, separated by spaces! .nextInt() - asking the user for an int value as input .nextDouble() - asking the user for a double value as input If methods don t receive correct input Exception! Lesson 11 - Winter 2023 4