Answer:
Libraries in c++ allows us to use common functions and data structures such as vectors,queue,stack etc.You have already used iostream library by which you are taking input and printing the output with the help of cin and cout functions.
for example you should use vector library to be able to use vector in your program.
You can incorporate library in your c++ program by writing #include<library name> at the starting odf the program.
for example:-
#include<iostream> //including iostream library.
#include<queue> //including queue library.
using namespace std;
int main()
{
queue<int> q; //declaring a queue of integer type.
q.push(23);//adding 23 in the queue q.
q.push(56);//adding 56 in the queue q.
q.pop();//deleting element from the queue.
cout<<q.front()<<endl;//printing fornt of the queue..
return 0;
}
output :-56
Answer:
If you are using Python,
```count = 0
for i in range(0, 79):
a = int(input("Input a number: "))
if 100 <= a <= 1000:
if a > 500:
count += 1
else:
print("Please input a number between 100 and 1000!")
i -= 1
print(count)```
Explanation:
count refers to the number of 500s and above,
the for loop is required for the program to loop 80 times,
a is the input collected,
the nested if is to check whether the number is above 500 and the if is used to check if the number is between 100 and 1000 if not, it will output that you need to input a number between 100 and 1000,
the i-=1 is required to make sure that part wasn't counted.
and the last print is to output the number of numbers above 500
Answer:
In the View tab, you will find Zoom Option. Set the Zoom level to 100%.
Explanation:
You need to set the Zoom level to 100%, And you can do this, by setting the zoom level to 100%, from the scroll bar. Or you can move to view tab in the main menu, and then in the Ribbon, you need to select the zoom % and set it to 100 percent. You will then be able to see the entire page. And if you want, you can increase the Zoom level to even further, for getting an even more clearer picture.
Answer:
<div id="header">
<h1>Waketech</h1>
</div>
<header><h1>Waketech</h1></header>
Explanation:
I think thats the answer your welcome