answer
A and B
Explanation.
A and B are the answers because this a real life scenario.
it's also can ruin her dreams on going to college to get a degree on what she want's to be and job application on her degree or any kind of job.
Answer:
c
Explanation:
I don't know if it's correct
make me brainlist
False. The second stage of digestion happens in the stomach.
Answer:
The code to this question can be given as:
Code:
while ((s!="Y" && s!="y" && s!="N" && s!="n")) //loop for check condition
{
cin >> s; //insert value
}
Explanation:
The description of the following code:
- In this code, we use a string variable s that has been to define in question.
- In code, we use a while loop. It is an entry control loop in loop we check variable s value is not equal to "y", "Y", "n" and "N".
- In the loop we use AND operator that checks all value together. If this is true So, we insert value-form user input in string variable that is "s".