Here are some issues that I had and troubleshooted for the week:
I had formatting errors on the front matter, it was showing the table under the wrong section.
SOLUTION: I had to make sure I had the correct closing tags so that the table was up at the top.
Java Console Games - issue with finding a console input/output in the first place
SOLUTION: I had to make sure I was calling the main public class at the very end. Without this, IJava is not going to work and there will be no input/output offered to the user.
Here are some issues that I had and troubleshooted for the week:
SOLUTION: I had to make sure I had the correct closing tags so that the table was up at the top.
SOLUTION: I had to make sure I was calling the main public class at the very end. Without this, IJava is not going to work and there will be no input/output offered to the user.