TORONTO KIDS COMPUTER CLUB | Aurora Monday 18:30 Python Homework 11.11.
16704
post-template-default,single,single-post,postid-16704,single-format-standard,ajax_fade,page_not_loaded,,no_animation_on_touch,qode-theme-ver-7.6.2,wpb-js-composer js-comp-ver-6.10.0,vc_responsive

Aurora Monday 18:30 Python Homework 11.11.

13 Nov Aurora Monday 18:30 Python Homework 11.11.

Question:

Vehicles are classified based on their total interior volume. Write a program to classify a vehicle based on total interior volume, in cubic feet, as shown in the table below:

Vehicle size class Total interior volume
Minicompact Less than 85 cubic feet
Subcompact 85 to 99 cubic feet
Compact 100 to 109 cubic feet
Mid-Size 110 to 119 cubic feet
Large 120 cubic feet or more

Sample Input:
Total interior volume: 80

Sample Output:
Minicompact

No Comments

Sorry, the comment form is closed at this time.