Monday
May242004
Exam Question 1
Monday, May 24, 2004 at 12:07PM
Most people in my programming exam got the problem with this code. Can you? There'll be another tomorrow
switch (command) {
case 'a':
case 'A':
AddEntry();
case 'd':
case 'D':
DeleteEntry();
default :
System.out.println ( "Invalid command" ) ;
}
Rob | Post a Comment |
Reader Comments