Q1 Single choice Flag Which statement describes a compiled language? A It is considered fairly safe because it forces the programmer lo declare all variable types ahead of time and commit to those types during runtime. B It allows variables to change from the initial declared types during program execution. C It specifies a series of well-structured steps to compose a program. D It has code that is first converted to machine code, which can then only run on a particular type of machine. Correct answer