Search:

Type: Posts; User: saintnicks

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    1,383

    Re: scanner and int issue

    great advice, thanks =)
  2. Replies
    3
    Views
    1,383

    scanner and int issue

    i get error incomparable types java.lang.String and int


    how can i connect the two -.- been stuck on this lol
  3. Replies
    7
    Views
    1,572

    Re: simple multiplication exercise.

    i tried like this but i get red underline error

    int fnum= new Scanner(System.in);

    int snum= 10;
  4. Replies
    7
    Views
    1,572

    Re: simple multiplication exercise.

    Well im not getting the output I want.

    run:
    Enter a number:
    9x1=9
    9x2=18
    9x3=27
    9x4=36
    9x5=45
    9x6=54
  5. Replies
    7
    Views
    1,572

    simple multiplication exercise.

    Id be glad if someone can explain whats wrong with my code below to achieve the goal of this exercise:



    Write a times table programme. The programme should ask a user to input a number. This...
Results 1 to 5 of 5