Reholegile
New member
- Joined
- Jul 12, 2019
- Messages
- 1
- Programming Experience
- 1-3
Write answer to problem below in C#, without compiling code.
Specification:
print the numbers from 1 to 100
for multiples of 3 print “Apple” instead of the number
for multiples of 5 print “Pear” instead of the number
for multiples of 3 and 5 print “ApplePear” instead of the number