Answered step by step
Verified Expert Solution
Question
1 Approved Answer
NEED HELP FLOWCHART AND PSEUDOCODE AND CODE TO RUN!! Create the algorithms in both flowchart and pseudocode form for the following two program requirements Given
NEED HELP FLOWCHART AND PSEUDOCODE AND CODE TO RUN!!
Create the algorithms in both flowchart and pseudocode form for the following two program requirements Given is the array prices with 100 elements prices 100) The problem consists of two parts: 1 Find the highest price in the array, and 2 Reduce that price by 10% o For any three numbers input by the user, output the numbers in ascending order. Array Lab (Array and Game Loop Lab) -- [40 points Max] After reviewing some of the Simple C++ Game Links, Create a Simple Animal Guessing Game that uses a string array to store the animal names The game needs to use each of the following 1. Welcome Player to Game and state rules 2. String Array to store Animal Names 3. Random Number Generator to select Animal in question for player to guess 4. Guess Loop to allow for multiple guesses Give player at least 5 quesses 5. Congratulate player if they guess the animal 6. Console the player if they do not get the animal 7. Replay Game Loop to allow player to play again 8. Give player end game message Create the algorithms in both flowchart and pseudocode form for the following two program requirements Given is the array prices with 100 elements prices 100) The problem consists of two parts: 1 Find the highest price in the array, and 2 Reduce that price by 10% o For any three numbers input by the user, output the numbers in ascending order. Array Lab (Array and Game Loop Lab) -- [40 points Max] After reviewing some of the Simple C++ Game Links, Create a Simple Animal Guessing Game that uses a string array to store the animal names The game needs to use each of the following 1. Welcome Player to Game and state rules 2. String Array to store Animal Names 3. Random Number Generator to select Animal in question for player to guess 4. Guess Loop to allow for multiple guesses Give player at least 5 quesses 5. Congratulate player if they guess the animal 6. Console the player if they do not get the animal 7. Replay Game Loop to allow player to play again 8. Give player end game messageStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started