Help me in solving JPRACMCQ11 problem

My issue

I didn’t get this question

Learning course: Practice Java
Problem Link: CodeChef: Practical coding for everyone

In this question there are two input if you know about how to get input and how to store a num in int data type variable you can easily solve this problem.

First step - you input two numbers eg-num1 and num2.

Second step - using if statement if the sum of those numbers are greater than 6 then print yes otherwise no.

That’s your problem answer , I hope you understand.