✪ Choose the correct option.
Minimum Tests Required for Statement Coverage and Branch Coverage :-
Read P
Read Q
If p+q > 100 then
Print “Large”
End if
If p > 50 then
Print “pLarge”
End if
Read Q
If p+q > 100 then
Print “Large”
End if
If p > 50 then
Print “pLarge”
End if