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
The correct answer to this open question is the following.
Although there are no options attached we can say the following.
William Shakespeare immediately introduces Tybalt as a menacing character in the first moments of the play "Romeo and Juliet" because Tybalt is an aggressive man who does not support the idea of peace or get peaceful agreements to solve problems. Tybalt does not like the Montague people.
“The tragedy of Romeo and Juliet” was written by the English writer William Shakespeare approximately in 1590 and is considered to be a play in a poetic form. It refers to the story of two lovers that belonged to opposite families in dispute. Their love is forbidden. Eventually, both lovers die and that is the reason for their families to reconcile.
Answer:
Object-Oriented DBMS.
Explanation:
Like classes in Object oriented programming Object-Oriented DBMS is can store objects.It follows an Object oriented data model with the properties of classes and the properties of Object oriented programming also.Objects can be in the form of complex data types or different data types.
Answer:
Carmina should use Indent option in order to move a paragraph to the right margin of the margin she is working in.
Explanation:
Indents are used basically to display the blank spaces or distance of the paragraph from the left of right margin.
A simple indent moves the paragraph on either left margin side or right margin side as selected. In order to customize the indents:
- Click on Home tab.
- Locate Paragraph group.
- Click on Indents and Spacing.
- Now under the Indentation option, from the drop down menu name Special, we can choose an indent to be:
1. First Line
2. Hanging
- Moreover, length of the indent can be adjusted.
<h3>I hope it will help you!</h3>