i am having problems using mod. i am making a program that will automaticlly make a deposit every 30 days. i was told to use
if(day%30==0) principle=principle+deposit.
now on my output in the loop the deposit is never incremented every 30 days. am i using the right stuff?



LinkBack URL
About LinkBacks


