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:
/*best dice roll game just for you change it as you want but all necessary things are there/*
A .jpg file is going to be a picture. =)
Answer is A. The data has been filtered
The funnel in Excel lets you know that there is a filter in place on the columns. It is a filter icon. By default, any filtered column in Excel gets a little funnel icon on the top row as shown in the image attached. Once this funnel symbols is clicked, it gives you options to filter using several criteria.
Idk maybe at 6:00pm today cuz most of the malls are close. Happy Thanksgiving! :D
Answer:
Yes, the relation is a function
Domain = {-3,1,3,7}
Range = {7,3,1-1}
Explanation:
Given
{(-3,7),(1,3),(3,1),(7,-1)}
To determine if the relation is a function or not, we check if every output has only one corresponding input.
The output are (7,3,1-1) while the input are (-3,1,3,7)
-3 ----;> 7
1 -------> 3
3 -------> 1
7 -------> -1
It is a function since every output only has one corresponding input
To find the domain, we look at the set of input values
Domain = {-3,1,3,7}
To find the range, we look at the set of output values
Range = {7,3,1-1}