CS1101: Programming Methodology Aaron Tan

Download Report

Transcript CS1101: Programming Methodology Aaron Tan

CS1101: Programming Methodology
http://www.comp.nus.edu.sg/~cs1101x/
Aaron Tan
This is Week 2
 Last week:
 Introduction
 Writing algorithms (pseudo-codes)
 Edit-compile-run process
 How to use sunfire (lab)
 This week:
 Java Basics
 Variables, assignment statements, arithmetic
operators, input and output, etc.
 Object-oriented programming? Not yet!
2
This is Week 2
 Next week?
 Control statements
 Selection: ‘if’, ‘else’, ‘switch’
 Logical operators
3
Announcements and Things-to-do
 CM password (already sent to you)
 Trial Lab
 To be released on Tuesday 23:59
 Read Course website, “CA”, “Labs”.
 Submit to CM. Deadline, next Wednesday
23:59.
 First discussion session (in week 3)
 Download “week3_qns.doc” from the
CS1101X workbin, “Discussion” folder.
 Do the questions before you attend your
discussion session next week.
4
Announcements and Things-to-do
 Register your discussion group on CORS
 Read IVLE forum on the appeal process
 Send appeals through CORS, do not send
email to me (at this point of time).
5
End of file
6