X1079: Divisible By 5

Fill in the if statement in the following method. The method should return "Divisible!" if the parameter x is eveny divisible by 5. Otherwise, it should return "Not Divisible!"

Your Answer:

Reset

Practice a different Java exercise

Feedback

Your feedback will appear here when you check your answer.