home *** CD-ROM | disk | FTP | other *** search
/ Java by Example / jbecd.bin / JBE-CD / JavaByExample / chap09 / lst9_2.txt < prev    next >
Encoding:
Text File  |  1996-02-05  |  98 b   |  8 lines

  1. if (choice == 1)
  2.     num = 1;
  3. if (choice == 2)
  4.     num = 2;
  5. if (choice == 3)
  6.     num = 3;
  7.  
  8.