g which of the following statements about strong-typing are true? check all that apply group of answer choices in strongly typed languages, all operations must be applied to operands of appropriate type there is an agreement in a computing community that for a language to be considered strongly typed, all type errors must be reported at compile time (i.e. the language must be statically typed) for a language to be considered weakly typed, the language must utilize implicit type declarations, i.e. no language that uses explicit type declarations could be weakly typed in strongly typed languages, all expressions and objects must have a type for a language to be considered strongly typed, the language must utilize explicit type declarations (i.e. no implicit type declarations are allowed)