Fhalcon5769 Fhalcon5769
  • 16-12-2022
  • Computers and Technology
contestada

please write a program that rolls a 6 sided die 1000 times and keeps track of what it landed on. no graphics necessary, but it should output the number of times it landed on each number. the results should be random.

Respuesta :

Otras preguntas

calculation involve wavelength​
What are coastal coniferous or temperate rain forests?
Beth is listening to her friend Melissa talk about a recent break-up. Beth wants to give an appropriate listening response, to convey to Melissa that she suppor
Two vectors are shown. Which statement best compares the vectors? A. Vector X has greater magnitude than vector Y B. Vectors Y has greater magnitude than vector
The policy marking process
write history on Chlorella​
1.2÷0.375−0.2/6 4/25 ÷15 2/5 +0.8 = 0.016÷0.12+0.7/x pls solve for x with explaination
a map has a scale of 1cm:5km. the real distance between two towns is 65km. what will the measurement in cm be on the map?
A service contract for a video projection system costs $70 a year. You expect to use the system for five years. Instead of buying the service contract, what wou
j=2 k=5 n=9 while j < k m=6 while m < noutput "Goodbye" m=m+1 endwhile j=j+1 endwhile