Answer to Question #133509 in C for shrijeeta Dutta

Question #133509

print 5,10,15,20,25 using for for loop


1
Expert's answer
2020-09-17T07:24:35-0400
#include "stdio.h"
#include "stdio.h"


int main() {

for (int i = 5; i <= 25; i += 5) {

printf("%d\n",i);

}

return 0;

}




Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS