Search:

Type: Posts; User: fok

Search: Search took 0.11 seconds.

  1. Replies
    9
    Views
    2,383

    Re: Confusing question.

    Yes, but if it's not there I get syntax error
  2. Replies
    9
    Views
    2,383

    Re: Confusing question.

    int i = 0;

    public void act()
    {

    {
    for (int i = 0; i < 10; i ++)
    System.out.print(i + " ");
    System.out.print( (i+1) + " ");
  3. Replies
    9
    Views
    2,383

    Confusing question.

    Hey guys,
    I'm new here and new to programming, doing my first programming course this semester. I have an upcoming test tomorrow and I've been reviewing questions that the lecturer gave us....
Results 1 to 3 of 3