Click here to Skip to main content
15,895,656 members

Comments by bipulmgr (Top 2 by date)

bipulmgr 26-Mar-23 8:43am View    
you have to change <studio.h> to <stdio.h>
then you have to change the position of "+" and "-"
your loop is running for 11 times only so change i < 12 to i <= 12
also change i%2 == 0 to i%3 ==1
bipulmgr 27-Jan-23 4:00am View    
Please refer to solution 5