+ 1
I have a list of weekly contribution that I want to get it's total amount of money contribute by a member, what code will I use
2 Réponses
+ 2
Thanks for your idea
0
john mmegwa To make a list you need to use the <ul> or <ol> tag.
But in the case of getting the fraction of money by and individual,you will have to use JavaScript division tool. In short,mathematics in web development is all about JavaScript.