Answer:
#include <iostream>
#include <cmath>
using namespace std;
int main()
{
double num1, num2, num3, num4, num5, sum = 0;
cout << "Input: ";
cin >> num1 >> num2 >> num3 >> num4 >> num5;
sum = num1 + num2 + num3 + num4 + num5;
cout << "Output: " << static_cast<int>(round(sum)) << endl;
return 0;
}
Explanation:
Include cmath to use the round function
Declare the variables
Get the five numbers from the user
Sum them and assign the result to the sum
Round the sum using the round function, and convert the sum to an integer using static_cast statement
Print the sum
Answer:
A stand-alone LDAP server is defined as to remove the load from a server that does multi function tasks. It is more efficient when we use one or more LDAP configurations .
Light weight Directory Access Protocol (LDAP) is a client and server protocol used for accessing directory data. It helps in reading and editing the directories over IP networks and runs directly over Transmission control protocol and internet protocol used simple string format for transferring of data.
Answer:
c. notes view
Explanation:
Assuming you're talking about a slideshow program, like Microsoft PowerPoint, the notes view lets you see the speaker notes.
The normal view is the one used normally to present the regular slideshow content, it's formatted for a screen view.
The handout view is same as normal view, but formatted for print.
The slide sorter view is a general overview of your presentation allowing you to move your pages around.
<u>Researching information about a project for work:</u>
The internet has a lot of information to offer when it comes to making a project about almost anything. There are a lot of web sites, posts, articles, research papers, and even presentations about the topics that are most likely to be chosen for projects.
The best way to evaluate web sites about the content they offer is to know whether the site has an authorized or trusted source or not.
There are platforms over the internet where people end up giving false information in the name of freedom of speech. The information conveyed should be genuine and supported by facts and figures.
Answer: No particular term
Explanation:
If by formatting you are referring to the presentation of the html page or website means how the forntend looks then css is used. In case of text formatting then bold <b><b/> italic <i></i> small <small></small> superscript <sup></sup> subscript <sub></sub> etc tags available