Search:

Type: Posts; User: happyxcrab

Search: Search took 0.12 seconds.

  1. Replies
    6
    Views
    1,420

    Re: Not sure how to go about this...

    thanks so much ilan :3
    I'll try it out asap :D
  2. Re: How to display the results + repeat to the number entered by user?

    I'm currently working on a program like this also :D


    Try something like this with a while loop
  3. Replies
    6
    Views
    1,420

    Not sure how to go about this...

    So I'm writing a code to ask the user how many weeks they go till they get paid, how many hours they worked each day, how much their pay rate is, and then compile it all. Only problem is that I can't...
  4. Re: Parsing a string to an int while receiving user input?

    Thank you! I'll be sure to google everything in the world!! haha
  5. Re: Parsing a string to an int while receiving user input?

    Is there any chance that I could get pointed in the right direction? I'm brand new at this.
    Thank you for the help though :)
  6. Parsing a string to an int while receiving user input?

    package exercise2;
    import java.util.Scanner;

    public class Exercise2 {

    Scanner user_input = new Scanner(System.in);


    public static void main(String[] args) {
Results 1 to 6 of 6