I
I
Ilya1992018-07-26 15:09:14
C++ / C#
Ilya199, 2018-07-26 15:09:14

How to make it so that there is no newline?

Loop through the array and wrap each letter on a new line
I don't want it to wrap on a new line

Answer the question

In order to leave comments, you need to log in

1 answer(s)
X
xmoonlight, 2018-07-26
@Ilya199

1. You need to remove the transfer: \n
2. Replace WriteLine() with Write()
3. You can replace the work of WriteLine:Console.Out.NewLine = "";

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question