Answer:
Option c is the correct answer for the above question.
Explanation:
A loop is used to repeat some lines in some specific times which depends on some conditions of the loop. If a person wants to print "welcome" on 5 times then he can do this by two ways one is writing a print statement 5 times and the other is states a loop that executes 5 times through condition. The loop is described or written by three necessary points which are:-
- The fist is to initialize the initial value which tells the compiler for the starting point of the loop.
- The second is to any action for that condition variable which takes the loop for the direction of ending points.
- The third is a condition that defines the ending point of the loop.
The above question also states about the loop in which first and second points are given then the third point is necessary to complete the sentence which is states in option c. Hence the option c is correct while the other is not because--
- Option 'a' states about the class operator which is not the part of the loop.
- Option b states about the documentation plan which is also not the part of the loop.
A selection because when you decide something you select
You should state the language you're using in these types of questions; here's an example in C++.
bool isQuad;
int sides;
std::cout << "How many sides does the shape have?";
std::cin >> sides;
if (sides == 4)
isQuad = true;
else
isQuad = false;
Answer:
Hi. I'm glad to help you.
Explanation:
1. New blank document: It helps the user to create a new blank document or sheet.
2. Open: It allows the user to open or find a file.
3. Search: It is used to find files, folders and webpages.
4. Cut: It removes the current selection to the clipboard.
5. Copy: It copies the selection to the clipboard.
6. Print preview: It shows how a file will look like when printed.
7. Insert hyperlink: This command allows the user to insert a new hyperlink or edit the selected hyperlink.
8. Zoom: Adjusts the size that the document appears on the screen.
9. Document Map: It displays the document map for the current document.
10. Format Painter: It copies the cell format allowing it be pasted elsewhere.
<em><u>Hope it helps. Please mark as brainliest. </u></em>