Q10 Multiple choice Mark for later What can you deduce from the line below? (Select two answers) Select all that apply. A import a.b.c should be placed before that line B f () is located in subpackage c of subpackage b of package a C the line is incorrect D the function being invoked is called a.b.c.f () Correct answer