Search:

Type: Posts; User: sash25

Search: Search took 0.06 seconds.

  1. Replies
    13
    Views
    1,139

    Re: noob having problem with return...

    can u recommend a good textbook?
    there is a text book called Head First Java (http://uet.vnu.edu.vn/~chauttm/e-books/java/Head-First-Java-2nd-edition.pdf). I been told it's good.
  2. Replies
    13
    Views
    1,139

    Re: noob having problem with return...

    I use only youtube, mostly Derek Banas videos (are u familiar with his channel?). Textbook? I think its better watching tutorials on video, but maybe i'm wrong.
  3. Replies
    13
    Views
    1,139

    Re: noob having problem with return...

    yep greg, i had a feeling it's not the same x. thnx.
    can any one recomend where i can get exercises for noobs in the internet?
  4. Replies
    13
    Views
    1,139

    Re: noob having problem with return...

    thnx guys for quick response, sometimes u have a small mistake and ur whole code stuck while u are getting a headache (which i have right now) trying to find what's wrong. This is how u learn I...
  5. Replies
    13
    Views
    1,139

    noob having problem with return...

    hi guys... i tried to create a simple program. The main method is supposed to call out the secondary method to use Scanner in order to ask a person to type in a number, which will be assigned to int...
  6. Replies
    6
    Views
    834

    Re: help the noob pls

    import java.util.Scanner;
    public class Noob{
    static Scanner userInput= new Scanner(System.in);
    public static void main(String[] args){
    System.out.print("whats the shape? ");
    String a=...
  7. Replies
    6
    Views
    834

    Re: help the noob pls

    sorry i missed ur answer, thnx. but i i didn't have to use "userInput.nextLine();" when dealing with String a, int x and int y, why do i have to use it with String b???
  8. Replies
    6
    Views
    834

    Re: help the noob pls

    Sorry i don't get it....can you type it?
  9. Replies
    6
    Views
    834

    help the noob pls

    hi guys, i just started learning Java few days ago, so as u can guess i'm struggling. i wrote a small code but for some reason it aint working:

    import java.util.Scanner;
    public class Noob{...
Results 1 to 9 of 9