** MUST BE PSEUDOCODE FOR CORAL**
I AM STUCK I GOT A 5/10 IM NOT SURE WHAT I AM MISSING IN MY CODE. PLEASE HELP

The provided code is suppose to be for a guessing game between two players. In this game, player 1 picks the number of guess attempts and a whole number value to be guessed. No indication is given if player 2 has gotten the value guessed correctly, as player 2 is expected to make all of the guesses and find out if they got it right at the end.

However the code provided does not function as expected. The expectation is that the function check_guess() will allow enable to get the value from player 1 and player 2 and return 1 if the value matches and 0 if it does match.

Player 1 will give a specific number of attempts to guess the number and the number being guessed can be any value as represented by the first two numbers entered into the input. The remaining inputs represent the guess of the values by player 2.

Answers

Answer 1

Answer:

There seems to be an error in the provided code. Specifically, the condition in the while loop is incorrect: while count >= guesses should be while count < guesses. This is causing the loop to never execute, so only the initial values of player1 and found are being checked, which is why the output is always "Player 2 Did Not Guess the Number".

Here's the corrected code in pseudo code:

Function check_guess(integer player1, integer player2) returns integer answer

  if player1 == player2

     answer = 1

  else

     answer = 0

Function Main() returns nothing

  integer player1

  integer player2

  integer guesses

  integer found

  integer count

  guesses = Get next input

  player1 = Get next input

  found = 0

  count = 0

  while count < guesses

     player2 = Get next input

     if found != 1

        found = check_guess(player1, player2)

     count = count + 1

  if found == 1

     Put "Player 2 Found the Number: " to output

     Put player1 to output

  else

     Put "Player 2 Did Not Guess the Number: " to output

     Put player1 to output


With this corrected code, the output for the provided inputs will be as follows:

Input: 10 5 1 2 3 4 5 6 7 8 9 10

Expected Output: Player 2 Found the Number: 5

Input: 7 -7 -1 -2 -3 -4 -5 -6 -7

Expected Output: Player 2 Found the Number: -7

Input: 8 0 -4 -3 -2 -1 0 1 2 3

Expected Output: Player 2 Found the Number: 0

Input: 9 1.5 2.5 3.5 4.5 1.5 5.5 6.5 7.5 8.5 9.5

Expected Output: Player 2 Found the Number: 1


Related Questions

TRUE/FALSE. Limited characteristics make it impossible for hash functions to be used to determine whether or not data has changed.

Answers

The given statement "Limited characteristics make it impossible for hash functions to be used to determine whether or not data has changed" is False because hash functions can be used to identify whether data has been altered, and their use is not restricted by limited characteristics.

A hash function is a method for creating a unique fixed-size digital fingerprint for a message of arbitrary length. The output, which is typically a short string of characters or numbers, is referred to as a hash, fingerprint, or message digest. It's worth noting that the hash function's output is always the same size regardless of the input's size. The hash function is used to validate the integrity of the transmitted data.

The hash function can quickly detect any changes made to the original data by recalculating the hash value and comparing it to the initial hash value. Hash functions can be used to detect whether or not data has been altered. It works by comparing the hash value of the original data with the hash value of the new data. If the hash values are the same, the data has not been altered. If the hash values are different, the data has been altered. Hash functions are widely used in computer security to ensure the integrity of data.

Hence, the given statement "Limited characteristics make it impossible for hash functions to be used to determine whether or not data has changed" is False.

Know more about Hash function here:

https://brainly.com/question/13164741

#SPJ11

Which of the following describes a text file containing multiple commands that would usually be entered manually at the command prompt?

Answers

It can be used to automate repetitive tasks, elimination the need to manually type in the same commands repeatedly. The commands are stored in the text file, and then the batch file is executed.

This allows the user to perform a task quickly and easily by simply double-clicking on the file. The commands stored in the batch file can include any valid command line instructions, including running programs, copying files, deleting files, and so on. To create a batch file, the user first creates a text file using any text editor. The commands that the user wants to be included in the batch file are then entered into the text file, one line at a time. The file must then be saved in a specific format, usually with a “.bat” file extension. This format tells the computer that the file contains executable commands, as opposed to just a text file. The file is then double-clicked to execute the commands stored in the batch file. Batch files can be used to quickly perform tasks such as creating backups, installing programs, running programs, and so on. They can be used to automate complex or repetitive tasks, saving time and effort. Batch files are also useful for creating shortcuts for frequently used commands.

for more such question on elimination

https://brainly.com/question/24078509

#SPJ11

you use the commond gmnome-sheel --replace at the command line and receive adn error message from the utility. what doest tshi indicate

Answers

The command line utility "gnome-shell --replace" is used to replace the existing user interface with a new user interface. Receiving an error message when running this command indicates that something is preventing the new user interface from loading.

Possible causes include: insufficient memory, incompatible graphic drivers, corrupted system files, or incorrect command syntax. It is important to investigate further to determine the exact cause of the error. If the cause of the error is not immediately apparent, troubleshooting techniques like running a system file check, updating or changing graphic drivers, and using the command line log files can help pinpoint the issue.

Additionally, if the error message includes specific technical information, it is often helpful to research that information to find additional resources. Finally, it is important to be sure to always use the correct syntax when running commands. Ultimately, an error message received when running the command "gnome-shell --replace" indicates that something is preventing the new user interface from loading. Investigating further is necessary to find the cause of the issue and resolve the problem.

For more such questions on interface

https://brainly.com/question/29541505

#SPJ11

fill in the blank. ___ are text-based systems. Users must key in commands to tell the computer what to do. The primary method of inputs is the keyboard. A mouse is not needed.

Answers

Computers are text-based systems. Users must key in commands to tell the computer what to do. The primary method of input is the keyboard; a mouse is not needed.

In order to interact with the computer, a user must input commands into the system in order to give the computer instructions. The commands are usually in the form of words, numbers, and symbols. After the user enters the command, the computer will process the command and respond accordingly. The user can then type in more commands and the computer will repeat the process until the user is finished. This method of input allows users to be very precise in their instructions, as each individual command is processed and executed by the computer.

For more such questions on Computers

https://brainly.com/question/28498043

#SPJ11

FILL IN THE BLANK. In the Reno TCP when TCP enters the fast recovery if a new (non-duplicate) ACK arrives, TCP _____.

Answers

In the Reno TCP, when TCP enters the fast recovery if a new (non-duplicate) ACK arrives, TCP increments the congestion window by 1 segment instead of 1/2 segment.

The Reno TCP was the first modification of TCP that addressed congestion. It replaces the slow start and congestion avoidance algorithms with a more aggressive algorithm that speeds up the recovery process when packet loss is detected in the network. The Reno TCP is able to detect the loss of a packet by the receipt of three duplicate acknowledgments, as it believes that the sender has transmitted a packet that has been lost. The Reno TCP then changes to fast recovery mode when it detects the third duplicate acknowledgement.

The Reno TCP is an enhancement to the TCP congestion avoidance algorithm that improves its ability to handle congestion in the Internet. It is a variant of TCP that is designed to cope with network congestion by quickly responding to lost packets, rather than relying on the slow, steady approach of TCP's congestion avoidance algorithm. The Reno TCP is able to detect the loss of a packet by the receipt of three duplicate acknowledgments, as it believes that the sender has transmitted a packet that has been lost.

For such  more questions on TCP :

brainly.com/question/29848408

#SPJ11

Use the factorial operation to evaluate 4!.

4 x 3 x 2 x 1
4 + 3 + 2 + 1
4.321
4 - 3 - 2 - 1

Answers

Answer:

4! = 4 x 3 x 2 x 1 = 24. . .. . . . . . ... . . . . .

what are the manufacturers' specific recommendations for cleaning and maintaining laser printers? (select all that apply.)

Answers

Manufacturers' specific recommendations for cleaning and maintaining laser printers include Toner vacuum, Can of compressed air, and Isopropyl alcohol. Therefore the correct option is option A, B and E.

Laser printers are advanced machines that require maintenance to perform at their best. Manufacturers recommend regular cleaning and maintenance to keep these printers in good condition.

Here are the recommendations: Toner vacuum: Toner vacuums are specifically designed for removing toner residue from laser printers. They can pick up fine toner particles without scattering them, preventing toner from getting on other components of the printer.

Can of compressed air: When used properly, a can of compressed air can be an effective way to remove dust and dirt from a laser printer's components. It is not recommended to use compressed air to blow out toner, as it can scatter toner particles.

Isopropyl alcohol: Isopropyl alcohol can be used to clean the rollers and other rubber parts of a laser printer. It is recommended to use a soft cloth, such as a microfiber cloth, to apply the alcohol to the rollers. Be sure to avoid getting any alcohol on plastic parts, as it can damage them. Therefore the correct option is option A, B and E.

For such more question on laser printers:

https://brainly.com/question/28689275

#SPJ11

The following question may be like this:

Which of the following tools would be the most appropriate to use for cleaning the inside of a laser printer?

(Select 3 answers)

Toner vacuumCan of compressed airRegular vacuumMagnetic cleaning brushIsopropyl alcohol

Write a Python program that requests five integer values from the user. It then prints one of two things: if any of the values entered are duplicates, it prints "DUPLICATES"; otherwise, it prints "ALL UNIQUE".

Answers

Answer:
values = []

for i in range(5):

   value = int(input(f"Enter value {i+1}: "))

   values.append(value)

if len(set(values)) < len(values):

   print("DUPLICATES")

else:

   print("ALL UNIQUE")


Explanation:

The program creates an empty list called values, and then uses a for loop to request five integer values from the user using the input() function. The int() function is used to convert the input values to integers, and the append() method is used to add each value to the values list.

After all five values have been entered, the program uses the set() function to create a set of the values. A set is an unordered collection of unique elements, so if there are any duplicate values in the original values list, they will be removed when the set is created. The program then compares the length of the original values list to the length of the set. If the lengths are not equal, it means there were duplicates in the original list, and the program prints "DUPLICATES". Otherwise, the program prints "ALL UNIQUE".

Which of the following statements about changing requirements in software development, are correct?

Answers

The following statement about changing requirements in software development, is correct: Organizations must adapt to rapidly changing market conditions to stay relevant in business. (Option D)

What is software development?

Software development refers to the process of designing, creating, testing, and maintaining software applications, frameworks, or other software components used by computers or other devices.

The statement "Changes are acceptable till design but once development starts, any further change should be rejected" is incorrect as changes in software requirements can occur at any stage of the software development life cycle.

However, changes made later in the development cycle can be more expensive and time-consuming to implement, and they can introduce additional risks to the project.

The statement "In traditional way of software development, once the requirements are baseline, further changes can be easily accepted with light process" is also not entirely true. Any changes to baselined requirements should be subject to a formal change control process.

Learn more about software development on:

https://brainly.com/question/3188992

#SPJ1

Full Question:

Although part of your question is missing, you might be referring to this full question:


Which of the following statements about changing requirements in software development, are correct?

In traditional way of software development, once the requirements are base lined, further changes should undergo heavy change control process

Changes are acceptable till design but once development starts, any further change should be rejected

In traditional way of software development, once the requirements are base lined, further changes can be easily accepted with light process.

Organizations must adapt to rapidly changing market conditions to stay relevant in business​

in data science, is when a data analyst uses their unique past experiences to understand the story the data is telling.

Answers

This involves the analyst using their own knowledge, skills and intuition to interpret the data and draw conclusions. They are also able to identify patterns and trends in the data that may not be immediately obvious.

What is Data science?

Data science is the study of extracting knowledge from data. It involves the application of mathematics, statistics, and computing to uncover the hidden meanings and patterns in data. Data science is a subset of the broader field of data analytics. Data science is used by companies to gain insights about their customers, markets, products, and operations.

The data analyst’s role in data science is to use their unique past experiences to understand the story the data is telling. This requires the analyst to have a deep understanding of the data and to be able to identify patterns, trends, and correlations in the data. This type of analysis requires the analyst to be creative and open-minded in order to make sense of the data. Analysts must also be able to draw meaningful conclusions from the data and make predictions about the future.

Learn more about Data science here:

https://brainly.com/question/13104055

#SPJ1

The structures used to store data

Answers

Answer:

you can store data in list , Tuple , map and array

Explanation:

list means in the form:

list = [1,2,3,4,5]

Tuple = (1,2,3,4,5)

map = {1:2, 2:3 , 3:4}

array = [

[1,2,3,4,5]

[6,7,8,9,10]

]

difference

list is used to access the stored data by usinf the index. Tuple consider each elements as a string

map used to store connected data's like age and name of some one and acces it using either of them and areay used to store 2 dimensional data

Other Questions
what does 2NaOH equal Homer's car weighs 4,000 pounds. How many tons doesHomer's car weigh? what is the purpose of twists in a twisted pair cable? which action should the nurse associate with outcome identification and planning in the nursing process? Why is pi important in math? On hand is 17.5mg/6ml of heparin. The physician orders 35mg how many mL with the MA administer Submission Requirements:Create a job application, cover letter and a resume.Submit your responses to Part 1: What job did you choose? Why?What are the qualifications for each job?What type of compensation does the ad reflect?Is this a job you would take based on the advertisement? Explain.What other information do you need concerning the job before you would apply?Find the current wage for the type of job you have chosen.and Part 2: Identify the person from human resources whom you might contact. If its a small business, who do you think would be your contact?Assume you were hired. What would human resources do for you as an employee? Discuss what benefits HR would offer and how, you believe, this would happen if you were to be employed in this position. Jeanette served 3/4 of a pizza to her friends each visitor was given 1/4 of the pizza the surface of the sun appears sharp in visible light because When evaluating web-based sources, you should consider which of the following?a. recency b. relatedness c. superiorityd. connectedness how many new moons was jupiter discovered to have in february 2023? A resistor of 4 is connected to a series combination of two batteries, 8 V and 4 V. Calculate: a) The current I. b) The potential difference Uba c) The potential difference Uba', when switch S is open. A grading machine can grade 96 multiple choice test in 2 minutes. if a teacher has 300 multiple choice test to grade, predict the number of minutes it will take the machine the grade the tests. please answer with details please how does a block of data on a blockchain get locked? The largest challenge to domestic unions comes from multinational firms, which can move some or all of their operations to another country, and this fact resulted in the development of international unions. a. Trueb. False Leonardo da Vinci (1452-1519) is credited with being the first to perform quantitative experiments on friction, though his results weren't known until centuries later, due in part to the secret code (mirror writing) he used in his notebooks. Leonardo would place a block of wood on an inclined plane and measure the angle at which the block begins to slide. He reports that the coefficient of static friction was 0. 22 his experiments. At what angle did Leonardos blocks begin to slide? A dinosaur isa.) a Mesozoic terrestrial reptile that walks with an upright stanceb.) a Mesozoic reptile that walks with an upright stancec.) a terrestrial reptile that walks with an upright stanced.) a Mesozoic reptile are you involved in any other processes or have any competing offers and/or deadlines we should be aware of? Use the construction in the proof of Theorem 1.45 to give the state diagrams of NFAs recognizing the union of the languages described ina. Exercises 1.6a and 1.6b.b. Exercises 1.6c and 1.6f.THEOREM 1.45 The class of regular languages is closed under the union operation. 125cm of a gas was collected at 15 C and 755 mm of mercury pressure. Calculate the volume of the gas that will be collected at standard temperature and pressure