Search:

Type: Posts; User: Knighter

Search: Search took 0.09 seconds.

  1. Replies
    1
    Views
    1,061

    Small question! Looking for help!

    I was able to make it work fine with just the first part (asking for name and then displaying how was there day) But im trying to make it also ask how there day was while displaying the persons name,...
  2. Re: Noob Question: How to add spaces between each print

    Okay thanks let me try this! :D

    --- Update ---

    Furthermore on that question (still learning a bit here, new to this code) what if they only had the option to type in one series of numbers, and...
  3. Noob Question: How to add spaces between each print

    So this is currently my code, I want it to add 3 spaces between each number printed.



    import java.util.Scanner;

    public class Addition
    {
    public static void main( String[] args )
    {
  4. Replies
    23
    Views
    1,607

    Re: Rookie Question! Help Appreciated

    Thanks Kewish. Was some hair pulling for sure.
  5. Replies
    23
    Views
    1,607

    Re: Rookie Question! Help Appreciated

    Nice I got it to work!

    So it all works but just to see your opinion on how I could make it better (if i can) feedback is nice
  6. Replies
    23
    Views
    1,607

    Re: Rookie Question! Help Appreciated

    So this is where I got to after some dabbling:

    I feel like the way im trying to store it is wrong though



    --- Update ---

    Would it perhaps be
  7. Replies
    23
    Views
    1,607

    Re: Rookie Question! Help Appreciated

    Yes sort of, your brain works a bit faster than mine with this stuff :) I'm a 4th year business student trying to self teach myself java hehe, these are some excercises I found online, however no...
  8. Replies
    23
    Views
    1,607

    Re: Rookie Question! Help Appreciated

    I know it isn't the same, so how can I learn how to do this, cause I don't know what means to use cause I don't understand this and this isn't helping :P

    --- Update ---

    The way I was thinking...
  9. Replies
    23
    Views
    1,607

    Re: Rookie Question! Help Appreciated

    I realize I need to make the bottom line something that instead of printing the answer, it remember's the number, but im not sure how to do that


    --- Update ---

    Ahhh okay i see

    --- Update...
  10. Replies
    23
    Views
    1,607

    Re: Rookie Question! Help Appreciated

    I dont know how to make it remember a number.. Like i said im very new..

    --- Update ---

    Like I know the process, I just don't know what to use, that's my original question :P
  11. Replies
    23
    Views
    1,607

    Re: Rookie Question! Help Appreciated

    Is 84 > 15
    Is 84 > 20
    Is 84 > 68
    Is 84 > 13
    Is 84 > 68
    Is 84 > 43
    My list

    --- Update ---
  12. Replies
    23
    Views
    1,607

    Re: Rookie Question! Help Appreciated

    The way i'd find the highest number compare one number to all the others. That's what i'm trying to code too, but not sure how to do that exactly
  13. Replies
    23
    Views
    1,607

    Re: Rookie Question! Help Appreciated

    I have no idea what you are saying :P I'm not sure how to make it consider all 5 numbers, never done it before.. that's why i'm asking..
  14. Replies
    23
    Views
    1,607

    Re: Rookie Question! Help Appreciated

    Well right now it doesn't consider all 5 numbers, I want it to take the 5 numbers I input and then tell me the largest and smallest one of the 5 :)
  15. Replies
    23
    Views
    1,607

    Rookie Question! Help Appreciated

    The purpose of this code: after typing 5 integers to then display the largest and smallest one.

    Im not sure where to go from here.

    This is my Current Code:


    import java.util.Scanner;
    ...
  16. Re: Big Rookie Question - New to Java, small problem Help appreciated!

    Thank you so much tools! all works now, much appreciated
  17. Re: Big Rookie Question - New to Java, small problem Help appreciated!

    Thanks so much!!

    --- Update ---

    Side Note: now it allowing it to run, most errors have disapeared but now I am getting this when running
  18. Big Rookie Question - New to Java, small problem Help appreciated!

    Hey guys im really new to java, trying to learn it a bit by myself :D I appreciate help with this!

    This is my code:

    Im getting an error when trying to run it (With Netbeans IDE)

    ...
Results 1 to 18 of 18