Answer:
D. online reference
Explanation:
An "online reference" refers to a<em> digital reference</em> that end users may utilize for their work or other daily activities. For example, if a person is looking for the <em>synonym of a particular word,</em> she may then refer to the thesaurus.
A blog is a website where you can find personal journals from different writers.
An e-book is an <em>"electronic book."</em> This allows people to read book digitally.
An e-zine is an<em> "electronic magazine." </em>This is a magazine in its digital form.
It should be angled away from the wall like |\
Answer:
#include <iostream>
#include <time.h>
#include <string>
using namespace std;
int main(){
srand(time(NULL));
cout<<"Throw dice"<<endl;
int b =0;
int a=0;
a=rand()%6;
b=rand()%6;
for (int i =0;i<1;i++)
{cout<<"dice one: "<<a<<endl;}
for (int i =0;i<1;i++)
{cout<<"dice two: "<<b<<endl;}
if(a>b)
{cout<<"first dice won"<<endl;}
if(b>a)
{cout<<"second dice won"<<endl;}
else{cout<<"they are same"<<endl;
return main();
}
return 0;
}
Explanation:
/*maybe it help you it is almost done*/
Uh, sure having a strong password is always nice. However, a passphrase is far superior. An example would be: My57goatsequals[4log]. Google Edward Snowden, and all your questions will be answered (concerning privacy). Oh, and by the way, use a VPN (Virtual Private Network) whenever possible.