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: Find correct solution please
Q: RIO is a retailer of smart televisions. Typically, the company purchases atelevision for $1,200 and…
Q: What is the unit variable cost of the general accounting question?
Q: What was the actual overhead incurred by the company of this financial accounting question?
Q: A company reported total sales of
$220,000 and cost of goods sold
(COGS) of $135,000. Calculate the…
Q: Hi expert please give me answer general accounting question
Q: Riverstone Publishers Inc. collects 80% of its sales on account in the month of the sale and 20% in…
Q: Accounting
Q: I want to this question answer general accounting
Q: Miller Corp. produces two products: X and Y. The company's annual production
and sales are as…
Q: Crescent Corporation has a cash balance of $22,500 on May 1. The company must maintain a minimum…
Q: MCQ
Q: What level of sales is required to achieve a net income of $80,000?
Q: EXAMPLE 8.12 The E-MOSFET of Fig. 8.40 was analyzed in Example 7.10, with the
result that k = 0.24 ×…
Q: Parker Corporation has the following financial data:
•
Receivables $80,000
=
.
Equipment $225,000
=…
Q: General Accounting
Q: Q. Financial Accounting - The supply chain manager at Desert View Hospital implemented a new…
Q: I don't need ai answer general accounting question
Q: Maple Corp. uses a job costing system. The company's schedule of
cost of goods manufactured for…
Q: the company expects to sell 10,000 units this year.?
Q: During 2021, Greenleaf, Inc.'s net income was $500,000. Its
common stockholders' equity was $800,000…