Answer:
I think that C is the correct answer
Explanation:
<h2>
<em><u>PLEASE MARK</u></em><em><u> </u></em><em><u>ME BRAINLIEST</u></em><em><u> </u></em><em><u>IF MY</u></em><em><u> </u></em><em><u>ANSWER IS</u></em><em><u> </u></em><em><u>CORRECT PLEASE</u></em><em><u> </u></em></h2>
Answer:
the options to the question is:
a.In the introduction
b.In the body
c.In the conclusion
d.In the post script
Explanation:
The answer is A.
The letter would be better suited to have the request placed in the introduction as the introduction will give a brief of what the letter is all about.
The request cannot be in the body of the letter as the body of the letter is structured to contain the details about the request.
The request cannot be in the conclusion as the conclusion part of the letter is the ending part and it is more of a summary, rounding off the letter.
The request cannot be in the Post Script section of the letter as the post script is used to add additional information or detail to a letter.
College entrance requirements are the expectations for admission.
O A. only
O B. least important
O C. maximum
O D. minimum
<h3>D.Minimum</h3>
College entrance requirements are the <u>minimum</u> expectations for admission.
Answer:
Hey mate......
Explanation:
The smallest unit of storage is Bytes......
hope it helps you,
mark me as the brainliest,
follow me..........
The code that examines all the strings in the input source and determines how long the longest string (or strings are) is the following:
total = 0;
% initial value is zero, in every while loop it will be incremented
while(input.hasNextInt()){
total += input.nextInt( );
}