Search:

Type: Posts; User: lotus

Search: Search took 0.10 seconds.

  1. [SOLVED] Re: boolean help

    mod = (myInt != 0); what does this line of code actually do?
  2. [SOLVED] Modification of Boolean function in Java program

    boolean mod = true;
    for( i = 0;i<count1;i++){
    while(mod){

    stockName[i] = portFolioStockName();
    stockSym[i] = portFolioStockSym();
    unitPrice[i] = portFolioUnitPrice();...
Results 1 to 2 of 2