I
I
iamsawich2015-03-23 14:13:33
Programming
iamsawich, 2015-03-23 14:13:33

How to display a character at the end of the console, without a newline?

Actually there is a console with the scroll removed, and at the very bottom, at the end of the line, you need to display a character, but after that there is a translation to a new line.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Spetros, 2015-03-23
@Spetros

Judging by the single tag and the lack of details, the answer is obvious - you need to use an output statement that does not use a line feed.
How to implement this - look in the documentation for your programming language.

I
Ivan, 2015-03-23
@sputnic

Use print instead of println :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question