Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Every line of pseudo code can be tricky. Do not remove the questions or text from the Template. Mark any additions to the pseudocode by
Every line of pseudo code can be tricky. Do not remove the questions or text from the Template. Mark any additions to the pseudocode by adding lines and showing them in red. Strikeout any deletions using the strikeout tool. Assume that the pseudocode below for each question is a separate working program in your organization and that it needs modifications as described in the comments lines that begin with two slashesat the beginning of the code. Your job is to alter the pseudocode to meet the new specifications as noted above. Please follow directions as specified in the homework assignment instructions file. NOTE: If a function has no changes to be made to itthen it will be in blue font.
Find the Bugs
This application reads numbers and sorts them, then displays the
three highest numbers
start
Declarations
num SIZE
num number
num numbersSIZE
num count
getReady
while count SIZE
detailLoop
end
finish
stop
getReady
output "Enter a number
output number
return
detailLoop
numberscount number
count count
output "Enter a number
output number
return
finish
sort
output "The highest three are numbers numbers numbers
return
sort
num x
num y
num COMPS count
while y COMPS
x
while x COMPS
if numbersx numbersx then
swap
endif
x x
endwhile
y y
end
return
swap
num temp
temp numbersx
numbersx numbersx
numbersx temp
return
Step 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