Quote:
Originally Posted by Kuriin edit 2: Okay, I just ran this program and it works. But, something is wrong. The spacing is a bit iffy at the end of my sentences. There is no spacing in between equal and the final result of that operation. I'm not sure what's going on or how to fix it. Do I need to start a new line? |
No need to start a new line, just put a space inbetween equal and "
Code:
System.out.println("When added, these two integers equal " + Ti);