Search:

Type: Posts; User: uswhovian

Search: Search took 0.08 seconds.

  1. Thread: Hi

    by uswhovian
    Replies
    1
    Views
    1,062

    Re: Hi

    Hey Cassandra,
    Welcome. I too am a total beginner at Java. I am starting to really enjoy it though. I hope you find this forum helpful to you for learning Java. I certainly have!
  2. Replies
    2
    Views
    921

    Re: Hello everyone

    Hey Ali,

    Welcome! I too just started taking programming classes. I am a Neuroscience major and the department at my college decided that we needed to know how to program.
  3. Replies
    9
    Views
    2,147

    Re: troubleshooting GPA Calculator

    Thanks for bringing that up norm. I looked back through the code and I had gotten some variables mixed around leading to not assigning values

    I have fixed this and the new code is posted below....
  4. Replies
    9
    Views
    2,147

    Re: troubleshooting GPA Calculator

    Norm below is the output of the terminal window using the values of 2 classe, 12 hours of b and 16 hours of C. The formatting became weird with the string inside the scanner but getting the program...
  5. Replies
    9
    Views
    2,147

    Re: troubleshooting GPA Calculator

    Norm- that is pretty neat. I wish they would have taught us to do that in class. I have put your suggestions for the values into the scanner, as I assumed you had already run the program with those...
  6. Replies
    1
    Views
    1,391

    Re: Country specific IPs?

    There are a couple of paid programs out there. Yet you can easily get a "trial period" for many. Examples of these include Hide my Ass and XROXY. Foxyproxy is supposedly a very good one if you are a...
  7. Replies
    9
    Views
    2,147

    Re: troubleshooting GPA Calculator

    I am sorry curmedgeon. I don't usually indent my programs. My TA does and I realize this is a habit I need to get into. Here is the code formatted into indentations. Thank you for helping. Please let...
  8. Replies
    9
    Views
    2,147

    troubleshooting GPA Calculator

    I am writing a GPA calculator for a java programming class. I have written all the code and tried to run the program but I keep getting the most insane GPA's. 0.00 13.00 etc. While I would love to...
  9. Re: help with defining a changing variable within a loop

    Thanks Norm! I will look into this and let you guys know if I have further questions.
  10. Re: help with defining a changing variable within a loop

    Sorry Zyrion. I thought I could explain in words. I was a little fed up with code last night. Ha I was wrong though. Heres my current pseudocode I'm leaning towards in my head. I've tried to...
  11. help with defining a changing variable within a loop

    I'm having trouble with a homework assignment. I'll post the broad objective of it below so you understand what the end result should be. I understand how to use if loops to compare numeric values...
  12. help with defining a changing variable within a loop

    I'm having trouble with a homework assignment. I'll post the broad objective of it below so you understand what the end result should be. I understand how to use if loops to compare numeric values...
Results 1 to 12 of 13