Search:

Type: Posts; User: lotus

Search: Search took 0.09 seconds.

  1. Replies
    13
    Views
    2,550

    [SOLVED] Re: remembering the for loop initializer

    i solved it thanks for help helloworld
  2. Replies
    13
    Views
    2,550

    [SOLVED] Re: remembering the for loop initializer

    if you take a look at my code(not yet completed but compilable)
    at Paste #128981 | LodgeIt!

    and run it, when you choose choice 1, it asks to create a stock portfolio, you create 1 stock and then...
  3. Replies
    13
    Views
    2,550

    [SOLVED] Re: remembering the for loop initializer

    it still do not work, it gets replaced, my friend helped me do a 2dimensional array and it worked but i am having trouble learning how it works.
  4. Replies
    13
    Views
    2,550

    [SOLVED] Re: remembering the for loop initializer

    my needs int and double types to store the amount of money input, so i cant use aaraylist
  5. Replies
    13
    Views
    2,550

    [SOLVED] Re: remembering the for loop initializer

    i have not learnt ArrayList class and also i tried doing it your way but it is still the same the array got replaced when i enter a new 1
  6. Replies
    13
    Views
    2,550

    [SOLVED] Re: remembering the for loop initializer

    what about the termination condition, because count1 is a input by user of 1-99, if the user inputs 1 for a new for loop with the condition already at 5 wont it terminate immediately
  7. Replies
    13
    Views
    2,550

    [SOLVED] remembering the for loop initializer

    for( i = 0;i<count1;i++){
    while(mod){
    stockName[i] = portFolioStockName();
    stockSym[i] = portFolioStockSym();
    unitPrice[i] = portFolioUnitPrice();
    unitBought[i] =...
Results 1 to 7 of 7