A game rolls a die 10 times and counts how many times the number 5 or 6 shows up. If there are - a total of seven or more times, the win is 2 dollars. - a total of four or more times but less than seven, the win is 1 dollars. - a total of three or less, the win is 0 dollars. Write a function called diceGame that has an input row array of 10 integers representing the ten rolls of dice, and calculates the pay out.
A game rolls a die 10 times and counts how many times the number 5 or 6 shows up. If there are - a total of seven or more times, the win is 2 dollars. - a total of four or more times but less than seven, the win is 1 dollars. - a total of three or less, the win is 0 dollars. Write a function called diceGame that has an input row array of 10 integers representing the ten rolls of dice, and calculates the pay out.
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Question
Please answer in matlab code.

Transcribed Image Text:Dice game
A game rolls a die 10 times and counts how many times the number 5 or 6 shows up. If there are
- a total of seven or more times, the win is 2 dollars.
- a total of four or more times but less than seven, the win is 1 dollars.
- a total of three or less, the win is 0 dollars.
Write a function called diceGame that has an input row array of 10 integers representing the ten rolls of dice, and calculates the pay out.
For example:
>> tenRollsOfDice =randi(6,1,10)
>> payout= diceGame( tenRollsOfDice )
tenRollsofDice =
6
1
4
1
2
4 6 6
payout =
1
Function e
Save
C Reset
MATLAB Documentation
1 function payout= diceGame( rolls )
2
3
% Your code goes here %
4
5 end
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 1 images

Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Recommended textbooks for you

Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education

Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON

Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education

Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON

C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON

Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning

Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education
Expert Answers to Latest Homework Questions
Q: Business
Q: Please answer first one
Q: Impact Window Company makes storm-resistant windows. The company's sales manager estimated the sales…
Q: Answer number 2
Q: Answer number 1
Q: If someone tracks, tallys and totals a current liabilities for an accounting period, and then seeks…
Q: define each item below:
A competitive advantage.
2) Data incorporation.
3) Financial Statement…
Q: for purposes of orientation every contour may must display what?
Q: What is the oxygen consumption or MET level of a 55 kg woman performing step aerobics on a step 4…
Q: what are the Five List of Michael Porter's 5 Force Framework that describes the competitive dynamics…
Q: Ivanhoe Equipment Company sells computers for $1,620 each and also gives each customer a 2-year…
Q: Please predict the products for each of the
following reactions.
Clearly show the regiochemistry…
Q: Accounting
Q: (Related to Checkpoint 17.1) (Forecasting discretionary financing needs) Huang Electronics, Inc.,…
Q: (Related to Checkpoint 17.1) (Forecasting discretionary financing needs) In the spring of 2023, the…
Q: How does the change in consumer and producer surplus compare with the tax revenue?
Q: Explain one perspective or theory that forms the foundation of the Multisystem Practice Model. How…
Q: (Related to Checkpoint 17.1) (Forecasting discretionary financing needs) Bates Fabricators, Inc.…
Q: Use a calculator to find a decimal approximation for the following trigonometric function.
cot…
Q: Please predict the products for each of the
following reactions.
Clearly show the regiochemistry…
Q: 3AA . not sure what i am getting wrong