how to make space in JAVA program
Answers
Answered by
2
lFor example, in a monospaced font, the character "i" takes up the same amount of space as the character "m." Running Java programs in ...
Answered by
1
hey your answer is here.,❤❤ ote6down votefavorite
1
This is the code I am working with.
public void displayCustomerInfo() { System.out.println(Name + Income); }
I use a separate main method with this code to call the method above:
first.displayCustomerInfo(); second.displayCustomerInfo(); third.displayCustomerInfo();
Is there a way to easily add spaces between the outputs? This is what it currently looks like:
Jaden100000.0 Angela70000.0 Bob10000.0
java
1
This is the code I am working with.
public void displayCustomerInfo() { System.out.println(Name + Income); }
I use a separate main method with this code to call the method above:
first.displayCustomerInfo(); second.displayCustomerInfo(); third.displayCustomerInfo();
Is there a way to easily add spaces between the outputs? This is what it currently looks like:
Jaden100000.0 Angela70000.0 Bob10000.0
java
ALIAKBAR007:
THANKS A LOT
Similar questions
Social Sciences,
7 months ago
Science,
7 months ago
Science,
7 months ago
Science,
1 year ago
Biology,
1 year ago