MUSICAL COMPOSITION:
Tchaikovsky
Piano
Concerto No.1 (premiered in Boston, Massachusetts on 25 Oct 1875)
Movement I (part 1) 12:16 |
Movement I (part2 ) 12:09 |
Movement II 8:41 |
Movement III 8:31 |
At the end of today's class you should
HAVE READ:
KNOW:
BE ABLE TO:
DAILY QUESTION:
String s = "1238.17"; float f; // some statements that you must provide.
// when this executes, the goal is to output
1238.17 to the screen |
Sample Exam Question:
public class Student { /** Unique id. */ String id; /** Student Name. */ /** Year of graduation. */ /** Major. */ |
public class Student { /** Unique id. */ String id; /** Student Name. */ /** Year of graduation. */ /** Major. */ |
Assume you have a program that uses the Student
class and it processes a set of students. Under what circumstances will the
output of the program be unaffected by this change?