<h2>
Answer:</h2>
Use case diagram
<h2>
Explanation:</h2>
A use case diagram is one of the dynamic diagrams used in Unified Modelling Language (UML). It is used to illustrate the set of actions, services, tasks and functions that a system needs to perform and those to be performed on the system. Use case diagrams help team members of a project to identify the main functions or features of the system as well as users and external systems that will interact with the system.
Use case diagrams have the following features;
(i) System: to depict the application itself. It is represented using a rectangular box.
(ii) Use case: to represent the system's functionalities. It is represented using an oval shape.
(iii) Actors: to represent the users of the system.
(iv) Relationships: to illustrate the relations between the actors and the use case of the system.
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/*
Answer:
The digestive system breaks down the food into molecules that can be used by the cells. The circulatory system moves the molecules from the villi to all cells in the body.
Answer:
C
Explanation:
ive been doing this same one so its C
Answer:
One of the biggest changes for businesses is the communication technology enabled by the internet. The way people communicate with one another, share files, make purchases, and collaborate has completely shifted since the internet became widespread.
Explanation: