Abhinaw TripathiApr 13, 20171 min readMultiples of 3 and 5 without using % operatorWrite a short program that prints each number from 1 to n on a new line. For each multiple of 3, print “Multiple of 3” instead of the...