Android,Articles,Anna University,Java,Software,and etc
main( ){ int p, n ; float r, si ; p = 1000 ; n = 3 ; r = 8.5 ; /* formula for simple interest */ si = p * n * r / 100 ; printf ( "%f" , si ) ;}
No comments:
Post a Comment