subject

Rock paper scissors program: 100 points Be neat

1. Print welcome message, ask the user for their name and use it when printing the scoreboard and narrating the game.

Ask the user to pick rock, paper, scissors ( you can pick how you get that information, just use it correctly).

2. Ask the user how many points they want to play to ( first to score that many points wins, so if they pick 5, first to score 5 points, not "best of 5" - you will lose points for not following this.)

3. Computer choice will be random
4. Show both user and computer throws in a neat/creative way.
5. Check to see who has won the round and award points
6. Print a "scoreboard" each round that shows each player score, and how many points they're playing too
7. At the end of the game, print the final score and who won the game, and some goodbye/ thanks message.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 24.06.2019 04:30
Fall protection, confined space entry procedures, controlled noise levels, and protection from chemical hazards are some of the things that contribute to a safe what
Answers: 1
question
Computers and Technology, 24.06.2019 13:00
Ais a built in formula in spread spread a is any math process such as addition or subtraction. options are function and operation
Answers: 1
question
Computers and Technology, 24.06.2019 18:20
The following if statement contains a logic error, not a syntax error. rewrite it so that it is correct. assume the variable age already exists and holds a valid number. if (age == 18 & & age == 19) {
Answers: 1
question
Computers and Technology, 24.06.2019 22:10
Function name: poly parameters: int returns: int description: a polynomial of degree n with coefficients a0,a1,a2,a3, . . ,an is the function p(x) = a0+a1x+a2x2+a3 ∗ x3+ . . +an ∗ xn this function can be evaluated at different values of x. for example, if: p(x) = 1+2x+ x2, then p(2) = 1+2 ∗ 2+22 = 9. if p(x) = 1+x2+x4, then p(2) = 21 and p(3) = 91. write a function poly() that takes as input a list of coefficients a0, a1, a2, a3, . . , an of a polynomial p(x) and a value x. the function will return poly(x), which is the value of the polynomial when evaluated at x.
Answers: 3
You know the right answer?
Rock paper scissors program: 100 points Be neat

1. Print welcome message, ask the user...
Questions
question
Mathematics, 23.03.2021 01:00
question
Biology, 23.03.2021 01:00
question
Physics, 23.03.2021 01:00
Questions on the website: 13722367