Problem
Write an if-else statement that outputs the word Passed provided the value of the variable exam is greater than or equal to 60 and also the value of the variable programs Done is greater than or equal to 2. Otherwise, the if-else statement outputs the word Failed. The variables exam and programs Done are both of type int.