a-)Write a game of rock paper scissors, one of the choices will be from the user and the other from the computer (use random) Print results for each game. Play the games in a row until you exit the game. Explain each step as comment. Game rules: Rock crushes scissors, you win. Paper covers rock, you win. Scissors cut paper, you win.(İn Python)

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter7: Arrays
Section7.5: Case Studies
Problem 4E: (List maintenance) a. Write a complete C++ program that can be used to update an ordered list of...
icon
Related questions
Question

a-)Write a game of rock paper scissors, one of the choices will be from the user and the
other from the computer (use random) Print results for each game.
Play the games in a row until you exit the game. Explain each step as comment.
Game rules:
Rock crushes scissors, you win.
Paper covers rock, you win.
Scissors cut paper, you win.(İn Python)

b-)Write a program that sorts a list in ascending order. Don’t use sort method.
Ask user number of list elements (at least 10 elements)
Enter all elements from keyboard and printed.
Sort your list.(İn python)

 

c-)Write a code for craps game. Craps is a dice game in which the players make wagers
on the outcome of the roll, or a series of rolls, of a pair of dice.
The rules of the dice game craps are as follows:
You roll two dice. Each die has six faces, which contain one, two, three, four, five and six spots,
respectively. After the dice have come to rest, the sum of the spots on the two upward faces is
calculated. If the sum is 7 or 11 on the first throw, you win and play is over. If the sum is 2, 3
or 12 on the first throw you lose and play is over. If the sum is 4, 5, 6, 8, 9 or 10 on the first
throw, that sum becomes your “point.” To win, you must continue rolling the dice until you
“make your point” (i.e., roll that same point value). You lose by rolling a 7 before making your
point. (İn Python)

d-)Write a program which prompts the user for their age. If they are 19 or younger inform
them that qualify for student discounts. If they are between 20 and 65 inform them that they
qualify for no age discounts. If they are 65 or over inform them that they can receive senior
discounts.(in python)

e-))Write the python code which selects a random number between 1 and 10, once.
Prompt the user for input until they guess the random number. Print congratulation once they
guess it. (in python)

f-)Write a program from decimal to any base, ask the user for a decimal number and
convert entered base by user. (Your program should support bases between 2 and 16 .)(in python)

g-)ax^2 + bx + c = 0 a,b,c are constants number entered by the user. Find roots for
equation and determine the quadrant of the cartesian plane. Print equation, roots and write
which quadrant (I,II,III or IV) in python

h-))Write all permutation for ABC. (Consider as a letter A, B,C). in python

i-)Write program to print all the numbers divisible by 4 and 5 up to a number of
N(entered by user at least 100). (in python)

j-)Write a program to check given text is palindrome or not.
A palindrome is a word, number, phrase, or other sequence of characters which reads the same
backward as forward, such as madam or racecar.(in python)

 

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Map
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
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning