c# - filter results quarterly -
I am writing a simple C # application which is in handling bank savings, either annual, monthly or quarterly basis But I want to be able to show results how can this be done? How can I loop through a set of results and for example only if I show the third post (if I'm using quarterly).
 In Python I have  category (1,31,3)  but how is it done in C #? 
UPDATE 1
I have to loop 12 times (annually) and calculate the interest of each loop, but I only get the result every third loop ( Quarterly) want to print. How can I get it?
 Show only every third item? {// show list [i]}    Div>  
 
  
Comments
Post a Comment