C Programming language CRAPS GAME   1)Roll two dice(hint: use rand) 2)Sum of the spots on two upward faces is calculated 3)7 or 11 on first throw player wins 4)2, 3 or 12 on first throw player loses 5)First throw of 4,5,6,8,9,10 becomes players point. 6)Player must roll his dices till he win or lose: ◦If he rolled his point before rolling 7 he wins, if he rolled 7 he loses

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
icon
Related questions
Question
100%
C Programming language
CRAPS GAME
 
1)Roll two dice(hint: use rand)
2)Sum of the spots on two upward faces is calculated
3)7 or 11 on first throw player wins
4)2, 3 or 12 on first throw player loses
5)First throw of 4,5,6,8,9,10 becomes players point.
6)Player must roll his dices till he win or lose:
◦If he rolled his point before rolling 7 he wins, if he rolled 7 he loses
Rules:
}Roll two dice(hint: use rand)
}Sum of the spots on two upward faces is calculated
}7 or 11 on first throw player wins
}2, 3 or 12 on first throw player loses
}First throw of 4,5,6,8,9,10 becomes players point.
}Player must roll his dices till he win or lose:
olf he rolled his point before rolling 7 he wins, if he rolled 7 he loses.
Transcribed Image Text:Rules: }Roll two dice(hint: use rand) }Sum of the spots on two upward faces is calculated }7 or 11 on first throw player wins }2, 3 or 12 on first throw player loses }First throw of 4,5,6,8,9,10 becomes players point. }Player must roll his dices till he win or lose: olf he rolled his point before rolling 7 he wins, if he rolled 7 he loses.
Sample from expected result(not necessary to be same numbers):
Player wins on the first roll
Player rolled 5 + 6 = 11
Player wins
Player wins on a subsequent roll
Player rolled 4 + 1 = 5
Point is 5
Player rolled 6 + 2 = 8
Player rolled 2 + 1 = 3
Player rolled 3 + 2 = 5
Player wins
%3D
Player loses on the first roll
Player rolled 1 + 1 = 2
Player loses
Player loses on a subsequent roll
Player rolled 6 + 4 = 10
Point is 10
Player rolled 3 + 4 = 7
Player loses
Transcribed Image Text:Sample from expected result(not necessary to be same numbers): Player wins on the first roll Player rolled 5 + 6 = 11 Player wins Player wins on a subsequent roll Player rolled 4 + 1 = 5 Point is 5 Player rolled 6 + 2 = 8 Player rolled 2 + 1 = 3 Player rolled 3 + 2 = 5 Player wins %3D Player loses on the first roll Player rolled 1 + 1 = 2 Player loses Player loses on a subsequent roll Player rolled 6 + 4 = 10 Point is 10 Player rolled 3 + 4 = 7 Player loses
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 6 images

Blurred answer
Knowledge Booster
Function Arguments
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.
Similar questions
Recommended textbooks for you
Database System Concepts
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)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education