Ahh XD well ill get points for it so the answer is C as seen on page 210 in the book HTML and CSS by Jon Duckett
Answer:
Algorithm:
1.Create a variable N.
2.Read the value of N from user.
3.for i=1 to N.
3.1 Print value of i.
4.end program.
Implementation in C++:
#include <bits/stdc++.h>
using namespace std;
// main function
int main()
{
// variable
int N;
cout<<"Enter value of N:";
// read the value of N
cin>>N;
cout<<"Natural number from 1 to "<<N<<" are:";
for(int i=1;i<=N;i++)
{
// print the numbers
cout<<i<<" ";
}
return 0;
}
Output:
Enter value of N:6
Natural number from 1 to 6 are:1 2 3 4 5 6
<span>The software that instructs the computer how to run applications and controls the display /keyboard is known as DRIVERS software,
A driver is a software program that enables a specific hardware device to work with a computers operating system.
Drivers may be required for internal components such as video cards and optical media drives.</span>
no they used standard 8088 Intel processors
hope this helps
Answer:
External Data is the correct answer.
Explanation:
In the following statement, if the user wants to transfer data from query to Excel then, they follow these steps.
- Firstly, they have to click on the Tools.
- Then, they click on the options.
- Then, they have to click on the Query then, click on the external data on the ribbon.
- Finally, they click on the Excel button.