Making a business case, ur welcome
Answer: False
Explanation:
Plucking is the process of erosion which happens when there's glaciation.
During the movement of ice and glaciers, the surrounding rock is scraped which brings about erosion.
Plucking occurs due to the fact that the stones and rocks are frozen which results in a jagged landscape which brings about erosion.
It should be noted that the rocks dragged by glaciers fo not produce grooves and scratches in bedrock as stated in the question. Therefore the correct option is False.
Explanation:
<h2><em>hope</em><em> </em><em>it</em><em> </em><em>is</em><em> </em><em>helpful</em><em> </em><em>for</em><em> </em><em>you</em><em> </em></h2><h2><em>keep</em><em> </em><em>smiling</em><em> </em></h2>
<span>When a scientist needs to <u>observe </u>they make observations. Observing is a fundamental part of scientific investigation. Observations of natural phenomenon lead scientists to ask questions, research and form a hypothesis. When the scientist sets up experiments to teat out their hypothesis again the scientists must use their observation skills to monitor their test and make sure there are no mistakes.</span>
B. <u>getline</u> reads a line of input, including leading and embedded spaces, and stores it in a string object.
<h3>What is programming?</h3>
Programming can be defined as a process through which software developer and computer programmers write a set of instructions (codes) that instructs a software on how to perform a specific task on a computer system.
In Computer technology, some examples of programming language include the following:
- BASIC
- C++
- Java
- FORTRAN
- Python
<h3>What is the
getline()?</h3>
The getline() can be defined as a standard library function in C++ programming language which is typically designed and developed to read a line from an input stream and stores it in a string object.
Additionally, the getline() function can extract characters from a given input stream and then, append it to the string object until a delimiting character is encountered in the code.
Read more on getline() here: brainly.com/question/20388738
#SPJ1
Complete Question:
________ reads a line of input, including leading and embedded spaces, and stores it in a string object.
Select one:
a. cin.get
b. getline
c. cin.getline
d. get
e. None of these