Generating C Code from a Simulink Model

type bytes MIN_VALUE MAX_VALUE byte 1 short 2 int 4 long 8 float 4 double 8 A long distance telephone company charges 0.99 for a call lasting up to ten minutes, and 0.05 for each additional minute, or portion thereof. Write an application Charge.java that reads in the length of the call and prints the charge. ................
................