Sorry! Posting Assignment is allowed only for commercial accounts.
count = 0while(True): if count % 3 == 0: print(count, end = " ")if(count > 15):break;count += 1
class sbk{ public static void main(String...k) { int f=8,9; System.out.println(++f/5); }}