Help for this page

Select Code to Download


  1. or download this
    sub PRINT {
        printf("\n\t\t%-10s %-10s %-10s\n",'UAS','LCV','DM');
    ...
        );
        }
    }
    
  2. or download this
     UAS        LCV        DM
      8  0       8  0       8  0
    ...
      13  0      13  0      13  0
      14  0      14  0      14  0
      15  0      15  0      15  0
    
  3. or download this
    UAS        LCV        DM
      8   0       8  0       8  0
    ...
      13  0      13  0      13  0
      14  0      14  0      14  0
      15  0      15  0      15  0