Answer:
Keep the knees and hips at 90-degree angles and the wrists straight.
Explanation:
From computer ergonomics, sitting at a desk and typing can affect the back, cause discomfort and sometimes injury. To protect the back, always sit with the knee and hips positioned at 90 degree while keeping the wrist straight and also position the equipment appropriately to always suite this posture.
Answer:
B - On the Save & Send tab, select Save to SharePoint, which will allow access to all registered users.
Explanation:
When you send the document to SharePoint, within the SharePoint app you can enable <em>track changes </em>which can be used to track your changes.
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
Answer:
kkbvvvvvvvvvvvvvvvvv'vvvkk