Exam Question 1
switch (command) { case 'a': case 'A': AddEntry(); case 'd': case 'D': DeleteEntry(); default : System.out.println ( "Invalid command" ) ;}
posted on Monday, May 24, 2004 3:39 PM by RobMiles
lukesmith
RobMiles
AlfredTwo