-
Sanjana.M wrote a new item 2 years, 5 months ago
what is atan2() in c++ programming ?
-
Sanjana.M started the topic acos() in c++ programmiing in the forum C++ 2 years, 5 months ago
#include <iostream>
#include <cmath>using namespace std;
int main()
{
double x = 0.0, result;result = acos(x);
cout << “acos(x) = ” << result << ” radians” << endl;// result in degrees
cout << “acos(x) = ” << result*180/3.1415 << ” degrees” << endl;return 0;
} -
Sanjana.M wrote a new item 2 years, 5 months ago
How to insert a online image in Microsoft word ?
-
Sanjana.M started the topic How to insert a picture in Microsoft word ? in the forum Microsoft Word 2 years, 5 months ago
How to insert pictures from Files in MS Word?
Step 1: Select the insert option from the navigation menu.Step 2: Now select the picture option as shown:
Step 3: A insert picture from dialog box will open.
There are two ways to insert a picture:
This Device – You can insert a picture file from your computer.
Online Pictures – You can…[Read more]
