Hand trace Figure 5-20 on page 262 and produce a trace table based on this ordered input: Lot number 1 has a property value of 1000. Lot number 2 has a property value of 2000. Lot number 3 has a property value of 500. Lot 0 will end the program.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Hand trace Figure 5-20 on page 262 and produce a trace table based on this ordered input:

Lot number 1 has a property value of 1000.
Lot number 2 has a property value of 2000.
Lot number 3 has a property value of 500.
Lot 0 will end the program.

 

No need to illustrate the Display output this time; I only want you to trace the variables. Take a snapshot of the completed trace table.

 

 

Start
showTax()
Declare Integer lotNumber
Declare Real propertyValue,
tax
Display "Enter the property's
lot number"
Constant Real TAX_FACTOR = 0.0065
%3D
Display "(or enter 0 to
end)."
Display "Enter the
property's value."
Input lotNumber
Input propertyValue
Set tax = propertyValue
* TAX_FACTOR
True
lotNumber != 0
Display "The property's
tax is $", tax
show Tax()
False
Return
End
Display "Enter the lot number
for the"
Display "next property
(or 0 to end)."
Input lotNumber
Figure 5-20 Flowchart for Program 5-19 O
Transcribed Image Text:Start showTax() Declare Integer lotNumber Declare Real propertyValue, tax Display "Enter the property's lot number" Constant Real TAX_FACTOR = 0.0065 %3D Display "(or enter 0 to end)." Display "Enter the property's value." Input lotNumber Input propertyValue Set tax = propertyValue * TAX_FACTOR True lotNumber != 0 Display "The property's tax is $", tax show Tax() False Return End Display "Enter the lot number for the" Display "next property (or 0 to end)." Input lotNumber Figure 5-20 Flowchart for Program 5-19 O
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
Types of trees
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
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education