answersLogoWhite

0

How not to read between the line?

User Avatar

kenny chong

Lvl 2
3y ago
Updated: 6/19/2021

Bold the exact question and state that your words are to be taken at face value. You can add a flourish, like saying, "I hope I am not insulting anyone here. It is not my intent." With that demonstration of self-awareness, people will understand that you are saying "Do not read between the lines."

User Avatar

Potatouno

Lvl 3
3y ago

What else can I help you with?

Related Questions

What is the meaning of read between the line?

nothing


What is the difference between read and readln in pascal?

Readln discards all other values on the same line, but read does not.


How do you read micrometer screw gauge readings?

The distance between each line of the body is equal to 0.5 mm. Gauge the distance between each line is equal to 0.01 mm.


What does the line between two fractions mean?

It can be read as "divided by." 4/9 = 4 divided by 9


Ways of predicting between given data?

Draw a line/curve of best fit and read off the value from the line. The alternative, which requires more effort but is usually more accurate, is interpolation.


What is the difference between readline and readkey?

Read key is able to read one char symbol aka key. Read is able to read many symbols for one time, it reads up to that moment when it finds new line symbol or other specific manipulation instructions.


What strategy does the author of the essay reading Shakespeare suggest will help you understand difficult lines in Shakespeares plays?

Rearrange the word order of a line -apex


Where can you read Katekyo Hit-man Reborn on line?

you can read it on manga reader


How is a file read in ruby?

You can use a variable to represent a the file that you are going to read. from there, you can display each line using the statement "line = file.gets)def samplefile = File.new("wildcat.txt")while (line = file.gets)puts "#{line}"endfile.closeend


A line between two vertices?

A line between two verticies is called a line segment.


Which is the most accurate way to read graduated cylinder?

at the bottom of the meniscus


How do you read line by line of a file in c program?

read, fread, fgetc, fgets, fscanf etc... use the help/manual