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

  1. if (choice == 1)
  2. {
  3.     num = 1;
  4.     num2 = 10;
  5. }
  6.  
  7. if (choice == 2)
  8. {
  9.     num = 2;
  10.     num2 = 20;
  11. }
  12.  
  13. if (choice == 3)
  14. {
  15.     num = 3;
  16.     num2 = 30;
  17. }
  18.  
  19.