Answer:
Check the explanation
Explanation:
#include <iostream>
using namespace std;
void hex2dec(string hex_num){
int n = 0;
//Loop through all characters in string
for(int i=0;i<hex_num.size();i++){
//take ith character
char c = hex_num[i];
//Check if c is digit
if(c>='0' && c<='9'){
n = 16*n + (c-48);
}
//Convert c to decimal
else{
n = 16*n + (c-55);
}
}
cout<<hex_num<<" : "<<n<<endl;
}
int main()
{
hex2dec("EF10");
hex2dec("AA");
return 0;
}
The Output can be seen below :
Answer:
Downloading and/or Burning it on to your computer
Hope this helped! if so please mark it as brainliest
Explanation:
The answer would be A.) Web pages provide information, while web applications allow the user to do something. a web page is for relaying information. (you can relate this to a book. a page in a book gives you information.) while an application allows you to perform an action.
Powerpoint is a program that allows us to create professional looking multimedia presentations.
<h3>What is Multimedia presentations?</h3>
A multimedia presentation is a way of communication where we use audio,vedio,arts,drawings and other various ways to present communcations.
<h3>Why Ms-PowerPoint ?</h3>
Ms-PowerPoint consists of some simple and understandable features to make notes through slides create vedio and vedio editing, Coral Draws Audio editing etc.
We can create banners,record vedios,draw and design with the help of tools provided by powerpoint.
Powerpoint also helps to transform boring presentation to an eye catching presentation.
Learn more about PowerPoint here:brainly.com/question/10117380
The answer is flash mob. They called it flash mob when a large number of people in twitter gather in group for a centralized face to face meeting. In flash mob, people are gathering to be able to create a community that is helping each other or even just talking to each other.