Search:

Type: Posts; User: Hazimo13

Search: Search took 0.15 seconds.

  1. Re: Did you ever find yourself unable to solve what should be a simple programming problem?

    I think this is normal, maybe a mental fatigue and therefore have a significant impact on the activity concentration. I've heard that productivity falls after a long non-stop work period of time, and...
  2. Replies
    6
    Views
    5,439

    Re: how to display a bar chart using loops

    Thanks Ubiquitous,
    I tried to help dwheeler and I am learning at the same time, I have used the arrays as you suggested, and it made the code lighter, (with only 2 "for" loops in the code) and it's...
  3. Replies
    6
    Views
    5,439

    Re: how to display a bar chart using loops

    Yes, I think because in the main loop, for storeNum = 1, all the loops for the counters will execute one after the other (count, count1,...,count4) and gives 5 stars, then the program will come back...
  4. Replies
    6
    Views
    5,439

    Re: how to display a bar chart using loops

    Hi dwheeler,

    It looks like the loops "for" of all the counters (counter1, counter2,...) will execute for every store (store1, store2,....)
    For store1 only counter1 must be used to print the *s,...
  5. Thread: Hello

    by Hazimo13
    Replies
    1
    Views
    976

    Hello

    Hello everyone,
    I am electronics telecom engineer, working since 9 years, I started learning Java recently from tutorials and books, I have beginner in programming, I hope I can learn some tips and...
Results 1 to 5 of 5