I'm practicing basic programming in Java on BlueJ and doing a personal project in which the program will print characters in '*' form each 5 lines long based on the input.
I was wondering if there is way to go back to a specific line in the terminal window of BlueJ or do I have to work some other way?
If someone can give any suggestions to simplify the program, it would be helpful.