answersLogoWhite

0


Best Answer

The readline statement method of programming will allow for the next statement in the sequence to be read. The writeline method of programming only allows for the current statement or sequence to be read after determining the end of the last line.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

16y ago

For console applications, writeline adds a newline to the end of the displayed text, while write does not.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

writeln adds a newline at the end.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between a readline statement and a writeline statement?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between read and readline in java?

It depends on the context, but generally read() will return a single byte of data from a Reader or InputStream, while readLine() will read characters from a Reader until a newline is found. and this method is deprecated now.and this is a method of DataInputStram class


What is difference between basic command and statement?

difference between command and statement


What is the difference between a descriptive and an explanatory statement?

What is the difference between a descriptive and an explanatory statement?


What is the difference between bar scale and statement scale?

What is the difference between a bar scale and a statement scale


What are the difference between command and statement?

i am starving


What is the difference gwbasic commands and statements?

difference between command and statement


What is the difference between an objective statement and nonobjective statement?

The lack of observable evidence


What is the difference between an objective statement and the nonobjective statement?

The lack of observable evidence


What is the difference between an objective statement and a nonobjective statement?

The lack of observable evidence


Difference between scope statement and project charter?

The difference between a scope statement and a project charter is that a project charter acknowledges the projects existence and the scope statement defines the project objectives.


What is the difference between 'switch' statement and 'if' statement?

we can use switch statement in multiple time but in if statement we can not use multiple time


What is the difference between a declarative statement and an imperative statement?

In a declarative statement, you initialize the object. But in an imperative statement, you use a preexisting statement and use it.