Computer Science, asked by viiiaummefarah, 2 months ago

1. The loop for (int i=0;i<n;i++) will be executed till the statement-------
becomes false.
2. If there is more than one statement inside a loop, then the statement should be enclosed within------
3.-------is a header file used in C++ that handles input and output functions.
4.------statement is used to display data on the display screen in C++.
5.-----is a master function required in all C++ program and program execution begins from the
first statement of this function.
6. ++ operator increments the value of the operand by------

Answers

Answered by captainsteve512
3

Answer:

1:- i<n

2:- Curley Braces

3:- <iostream.h>

4:- cout<<

5:- main

6:- one

Answered by rchowdhury7908
2

PLZ MARK ME THE BRAINLIEST MAN!

Attachments:
Similar questions