Похожие чаты

#Include <stdio.h> int main(){ int i; for(i=1;i<=14;i++){ printf("%d",i); } } how to

change the output 3,6,9,12 to 0 in loops?
example : 120450780101101314

2 ответов

14 просмотров

for example you could add an if casement with a counter that print 0 when arrive to 3

If i is the multiple of 3 return 0 else return i

Похожие вопросы

Обсуждают сегодня

Карта сайта