Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if (checkBaby.isSelected()){
  2.                             a = 11238;
  3.                             i++;
  4.                         }
  5.                         if (a!=0){
  6.                             impling[i-1]=a;
  7.                         }
  8.                         if (checkEarth.isSelected()){
  9.                             b = 11244;
  10.                             i++;
  11.                         }
  12.                         if (b!=0){
  13.                             impling[i-1]=b;
  14.                         }
  15.                         if (checkGourm.isSelected()){
  16.                             c = 11242;
  17.                             i++;
  18.                         }
  19.                         if (c!=0){
  20.                             impling[i-1]=c;
  21.                         }
  22.                         if (checkEcl.isSelected()){
  23.                             d = 11248;
  24.                             i++;
  25.                         }
  26.                         if (d!=0){
  27.                             impling[i-1]=d;
  28.                         }
  29.                         if (checkEss.isSelected()){
  30.                             e = 11246;
  31.                             i++;
  32.                         }
  33.                         if (e!=0){
  34.                             impling[i-1]=e;
  35.                         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement