![]() |
Help in for loop in C programming Hello, my problem is summarized in this loop: Code: Dim nbbills as Integer |
Re: Help in for loop in C programming I think you need a class Bill, which includes at least one property NumberLines, then a list of bills that you can browse in your loop. This should give something like this: Code: List <Bill> bills = new List <Bill> (); |
Re: Help in for loop in C programming You can do something like: Code: Dim nbbills As Integer = 4 |
Re: Help in for loop in C programming Quote:
|
All times are GMT +5.5. The time now is 05:44 AM. |