Answer:
Java code is given below
Explanation:
import java.util.Random;
class Die{
private int sides;
public Die(){
sides = 6;
}
public Die(int s){
sides = s;
}
public int Roll(){
Random r = new Random();
return r.nextInt(6)+1;
}
}
class DieRoll{
public static void main(String[] args) {
Die die = new Die();
int arr[] = new int[6];
for(int i=0; i<6; i++)
arr[i] = 0;
for(int i=0; i<100; i++){
int r = die.Roll();
arr[r-1]++;
}
for(int i=0; i<6; i++)
System.out.println((i+1)+" was rolled "+arr[i]+" times.");
}
}
A spreadsheet is a software application which is used to display numerical data in a tabular form. It has <em>further functions</em> which includes organizing, displaying, calculating data, etc where the data can be viewed at a glance and retrieved from memory.
There are <em>different types</em> of spreadsheet which includes:
- <u>G00gle Sheet</u>
- <u>Microsoft Excel</u>
- <u>LibreOffice</u>
- <u>Smartsheet,</u> etc.
Data can be arranged in rows and columns.
Please note that your question is incomplete so I gave you a general overview to help you get a better understanding of the concept.
Read more here:
brainly.com/question/22101774
The game was made by Nintendo.
Developers: Koji Igarashi<span> </span>Hideo Kojima<span> </span>Michiru Yamane<span> </span><span>Yuzo Koshiro. </span>
Answer:
Repetition.
Explanation:
hope it helps u
can u mark me as brainliest
Technology can create or dimish occupations.
Technology can also make the job easier