Divisible by 15

4

1 votes
Very-Easy
Problem

The task is very simple - You need to check if the given number is divisible by 15 or not.

Print "Yes" if it is divisible by 15 else print "No" without qoutes.

Input Format:-
First line will contain an integer T denoting the number of testcases.
Each test case will contain a single integer N.

Output Format:-
Output "Yes" or "No" without quotes in new line for each testcase.

Constraints:-
1 ≤ T ≤ 100
0 ≤ N101000

Time Limit: 1
Memory Limit: 256
Source Limit:
Editor Image

?