0
Write a program in c the print following pattern
* * * * * * * * * * * * * * *
2 Respostas
+ 5
you can not think of an easy way?
you could just use cout a bunch of times?
+ 3
Does it have to be efficient? We had also tasks like these, but the condition was to use loops for it and don't just write cout 5 times