CSE 121 Lesson 1: Printing, Strings, and Variables
CSE 121 Lesson 1: Printing, Strings, and Variables
We’re all in the same boat here, and you’re in the right place!
This class expects zero prior knowledge.
All assignments, quizzes, and exams will be graded with an “E/S/N” grade:
• E (Excellent)
• S (Satisfactory)
• N (Not Yet)
We’ll discuss this more when our first assignment is graded; also, see syllabus!
System.out.println("hello");
a) 1
System.out.print("moi"); b) 2
System.out.print("bonjour");
System.out.println("pryvit"); c) 3
System.out.print("nihao");
System.out.println("hola"); d) 5
e) 6
Goals:
1. give you “conversational familiarity” with CS terminology
2. see how CS interacts with other fields and people!
3. point you in the direction of more CSE (or adjacent) classes
sli.do #cse121