rteswaran
New member
- Joined
- Jan 4, 2025
- Messages
- 2
- Programming Experience
- 10+
I am looking solution for below requirements without using linq.
Return total count of zeros found between zero to 100.
Here we should consider less iteration when use for loop because let's say if I want to count for 10000 then loop will executed 10000 times
Return total count of zeros found between zero to 100.
Here we should consider less iteration when use for loop because let's say if I want to count for 10000 then loop will executed 10000 times