Write a programme to print first 10 even and odd numbers using if statement while loop?

1 answer

Answer

1048988

2026-03-29 11:20

+ Follow

#include<stdio.h>

int main ()

{

printf ("2 4 6 8 10 12 14 16 18 20");

return 0;

}

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.