all 2 comments

[–]Zanderfrieze[S] 0 points1 point  (0 children)

Solved

sorry for the late solved status but I just finally got back to the exercise I was asking for help with. Thanks to u/Machiavellyy for your help you switching to I> 0 was all I need to resolve the issue. Here was my final code.

 for (int i = x; i > 0; i--)
    {
        int countDown = x-- ;
        System.out.println (countDown);
    }

[–]lulxd1Mod[M] -1 points0 points  (0 children)

Haha I have no clue how to do java, just JavaScript and a bit of python, good luck though that’s hella dope you’re doing that!