How to write a loop which loops n times based on a counter from another loop in c

后端 未结 0 1221
小蘑菇
小蘑菇 2020-12-14 12:00

How can I write a loop(L1) that loops n times where n is equal to a counter variable(Counter), which I placed in another loop(L2). Both loops need to be executed one after a

相关标签:
回答
  • 消灭零回复
提交回复
热议问题