Search:

Type: Posts; User: Knighter

Search: Search took 0.06 seconds.

  1. Re: Noob Question: How to add spaces between each print

    Okay thanks let me try this! :D

    --- Update ---

    Furthermore on that question (still learning a bit here, new to this code) what if they only had the option to type in one series of numbers, and...
  2. Noob Question: How to add spaces between each print

    So this is currently my code, I want it to add 3 spaces between each number printed.



    import java.util.Scanner;

    public class Addition
    {
    public static void main( String[] args )
    {
Results 1 to 2 of 2