Search:

Type: Posts; User: Knowledge_Feeds_The_Mind

Search: Search took 0.08 seconds.

  1. [SOLVED] Re: Java Coding: Assistance with a loop that calculates maximum, minimum, and average of 10 inputted numbers.

    o:-) Thank you for all your help, I ran the program multiple times and it is perfect. I cannot thank you enough for your guidance and helpful nature. I hope that you have a great rest of the day!:)...
  2. [SOLVED] Re: Java Coding: Assistance with a loop that calculates maximum, minimum, and average of 10 inputted numbers.

    It worked out, thanks :D :D
    still having a problem with getting score 1:, score 2: etc, but everything else, perfect.:)
    What did you mean with, "try to print score concatenated by variable i?"

    ...
  3. [SOLVED] Re: Java Coding: Assistance with a loop that calculates maximum, minimum, and average of 10 inputted numbers.

    Would you be able to show an example I am a little bit confused? Sorry about the inconvenience...
  4. [SOLVED] Re: Java Coding: Assistance with a loop that calculates maximum, minimum, and average of 10 inputted numbers.

    That worked out perfectly! I discovered two small glitches though. (Whenever I think I have finally solved this problem, a new problem appears...) This will be the last question I ask though, because...
  5. [SOLVED] Re: Java Coding: Assistance with a loop that calculates maximum, minimum, and average of 10 inputted numbers.

    I fixed the brackets, thank you for pointing that out.:)
    Yes it does, and it actively tells me if the value is not accepted. The problem is that the program says it is not accepted, but the value...
  6. [SOLVED] Re: Java Coding: Assistance with a loop that calculates maximum, minimum, and average of 10 inputted numbers.

    Thank you very much you have been extremely helpful!! I am really happy :) :) . The main problem that I have been trying to figure out has been solved and that makes me overjoyed. (I did remove the...
  7. [SOLVED] Re: Java Coding: Assistance with a loop that calculates maximum, minimum, and average of 10 inputted numbers.

    Thank you again, this is very helpful for me!

    I omitted total += total; What would be the correct arithmetic solution?

    I do not need to print it in every input, I would prefer to do it after...
  8. [SOLVED] Re: Java Coding: Assistance with a loop that calculates maximum, minimum, and average of 10 inputted numbers.

    Thank you for responding!!:)

    The output is processed like this:
    Number of values = 71500
    Maximum = 90.0
    Minimum = 20.0
    Average = 7150.0

    They should look like this:
    Minimum score: 45
  9. [SOLVED] Re: Java Coding: Assistance with a loop that calculates maximum, minimum, and average of 10 inputted numbers.

    Thank you for both replies.
    I fixed the issue part wise, and I ran a debugger my file and there seems to be no issue. Now I am trying to run the file and it gives me an unusual output:
    Enter ten...
  10. [SOLVED] Java Coding: Assistance with a loop that calculates maximum, minimum, and average of 10 inputted numbers.

    Hello,
    I am a newbie to Java and I am having troubles with my code. It does not calculate the maximum, minimum or average of the 10 numbers that the user is prompted to input. So I turn to the ones...
Results 1 to 10 of 10