my first java program after ?? (how long??)
public class test {
public static void printWords() {
System.out.println("testing program...");
}
public static void main(String[] args) {
printWords();
}
}
alright.. time to really start on software eng project. Got to read up notes fr CS1101 and CS1102 to prepare myself for the programming though i'm assigned the task more of doing documentations by our leader (forcing me to do readings.. juz as well to prepare me for the term test & exam). I'm quite worried for my 2 other friends, wonder if i made the right choice putting them to the other gp. This decision is supposedly to make our life easier for this sem cos i can expect more to come from other modules for the remaining semester.. sigh~~
public static void printWords() {
System.out.println("testing program...");
}
public static void main(String[] args) {
printWords();
}
}
alright.. time to really start on software eng project. Got to read up notes fr CS1101 and CS1102 to prepare myself for the programming though i'm assigned the task more of doing documentations by our leader (forcing me to do readings.. juz as well to prepare me for the term test & exam). I'm quite worried for my 2 other friends, wonder if i made the right choice putting them to the other gp. This decision is supposedly to make our life easier for this sem cos i can expect more to come from other modules for the remaining semester.. sigh~~




0 Comments:
Post a Comment
<< Home