Current penalties for individuals caught speeding in Queensland are: Infringement Penalty amount Less than 13km/h over the speed limit $177 $266 At least 13km/h but not more than 20km/h over the speed limit More than 20km/h but not more than 30km/h over the speed limit More than 30km/h but not more than 40km/h over the speed limit $622 $444 More than 40km/h over the speed limit $1,245 Demerit points 1 3 6 8 Note: the way the government website has written this (and we've copied it) is NOT efficient in terms of decision structures. This has been written for each condition to stand alone (if, if, if) but we can tell its mutually exclusive and so know a better tool for the job, don't we? Avoid a 6-month suspension by writing a program to ask for the user's: • speed and the speed limit then tell them their fine in dollars (you can ignore the demerit points).

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
6. Speeding Fines
Current penalties for individuals caught speeding in Queensland are:
Infringement
Less than 13km/h over the speed limit
At least 13km/h but not more than 20km/h over the speed limit
More than 20km/h but not more than 30km/h over the speed limit
More than 30km/h but not more than 40km/h over the speed limit
More than 40km/h over the speed limit
Penalty amount
$177
$266
$444
$622
$1,245
Demerit points
1
3
4
6
8
Note: the way the government website has written this (and we've copied it) is NOT efficient in terms of decision structures. This has been
written for each condition to stand alone (if, if, if) but we can tell its mutually exclusive and so know a better tool for the job, don't we?
Avoid a 6-month suspension by writing a program to ask for the user's:
• speed and the
• speed limit
then tell them their fine in dollars (you can ignore the demerit points).
After getting the inputs, you will want to calculate the speed over the limit. You do not want to calculate this again and again in each condition.
DRY.
Transcribed Image Text:6. Speeding Fines Current penalties for individuals caught speeding in Queensland are: Infringement Less than 13km/h over the speed limit At least 13km/h but not more than 20km/h over the speed limit More than 20km/h but not more than 30km/h over the speed limit More than 30km/h but not more than 40km/h over the speed limit More than 40km/h over the speed limit Penalty amount $177 $266 $444 $622 $1,245 Demerit points 1 3 4 6 8 Note: the way the government website has written this (and we've copied it) is NOT efficient in terms of decision structures. This has been written for each condition to stand alone (if, if, if) but we can tell its mutually exclusive and so know a better tool for the job, don't we? Avoid a 6-month suspension by writing a program to ask for the user's: • speed and the • speed limit then tell them their fine in dollars (you can ignore the demerit points). After getting the inputs, you will want to calculate the speed over the limit. You do not want to calculate this again and again in each condition. DRY.
Expert Solution
steps

Step by step

Solved in 3 steps with 6 images

Blurred answer
Knowledge Booster
Networking
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
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