Sorry! Posting Assignment is allowed only for commercial accounts.
i = 1while True: if i%3 == 0: break print(i) I+=1
int main(){int G;G = 10;printf("%d", G);return 0;}