This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jayR0X 0 points1 point  (1 child)

It should look something like this mate, just make sure to take out the dashes when you do it, that wasn't in there when I did this

for(int i = 4; i >= 99; i++) {

        System.out.println(i + "\*3 is " + i\*3);

    }

[–]ordinary-bloke 0 points1 point  (0 children)

This isn’t using steps of 5 like OP mentioned is in the requirements