In this task there are two options. One way to design a solution is to use 2 if-conditional constructs. The first one to check for a successful qualifying score and the second to check for an unsuccessful score. Although this solution would work it can be simplified and improved because one and only one option is possible. It is not possible to choose both, nor is it possible to choose neither.
2-way option using if-else construct
example output 1
example output 2