![]() |
![]() |
![]() |
![]() |
![]() |
|
Note that, because C++ is case sensitive, the function name
display_box_car_volume is different from the function name
Display_box_car_volume and different from the function name
DISPLAY_BOX_CAR_VOLUME. Most C++ programmers use all-lower-case
function names.