/* CH4.C */ /* Calculates monthly insurance premium */ #include #include main () { /* Description ...... Assign value to amount of insurance Calculate common term Calculate monthly premium Display the 3 lines of output */ /* const identifiers */ /* variable declarations */ }