Search:

Type: Posts; User: Topflyt

Search: Search took 0.09 seconds.

  1. Replies
    9
    Views
    1,565

    [SOLVED] Re: Not initializing

    Thank you for the tips, I am going to retry it tonight after stuffing turkey down my gullet all day. Happy Thanksgiving!!
  2. Replies
    9
    Views
    1,565

    [SOLVED] Re: Not initializing

    OK, I am stuck. This code works and the one above doesn't. I do not know/understand why variable of third method doesn't initialize, but these do.Help...

    import java.util.Scanner;
    import...
  3. Replies
    9
    Views
    1,565

    [SOLVED] Re: Not initializing

    doesn't lines 41 and 43(temperature = scan.nextDouble; and windSpeed = scan.nextDouble) take user input for variable initialization? And why did the first two work, structure is the same.
  4. Replies
    9
    Views
    1,565

    [SOLVED] Not initializing

    Hi, I am stuck on my last method, no problem with the first two. Error lines are on lines 44(chill), 86(temperature), 86(windSpeed). All are "may not have initialized". I do not know why the first...
Results 1 to 4 of 4