What is the solution for multiple of 3 in c#? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the solution for multiple of 3 in c#?

16th Aug 2022, 5:25 PM
20BIT24 MERLIN MOHAN
20BIT24 MERLIN MOHAN - avatar
3 Answers
+ 3
20BIT24 MERLIN MOHAN please show us your attempt. Do you mean "Queue"
16th Aug 2022, 5:39 PM
BroFar
BroFar - avatar
+ 1
any attempts you could link?
16th Aug 2022, 5:31 PM
Apollo-Roboto
Apollo-Roboto - avatar
0
for (int i=1; i<20; i++) if (i%3==0) Console.WriteLine(i);
16th Aug 2022, 11:01 PM
SoloProg
SoloProg - avatar