0
for loop pattern in c! check this code
********** ******** ****** **** ** * that will reduce two stars in every row! #include<strip.h> void main() { for(int i=1;i<=5;i++) { for(int j=9;j>=i;j--) { printf("*"); } Printf("/n"); } its simple code edit this and write the pattern that I mentiond!
3 odpowiedzi
0
this code have no error ! you just edit and make the pattern that I'm mentiond above