How to do average on php | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to do average on php

10th Jun 2018, 1:10 PM
Nimobold
Nimobold - avatar
5 Answers
+ 1
Read operators section & arrays section https://www.sololearn.com/Course/PHP/?ref=app
10th Jun 2018, 1:22 PM
Haris
Haris - avatar
+ 1
thanks
10th Jun 2018, 1:24 PM
Nimobold
Nimobold - avatar
0
You mean arithmetic average? Av = (n1+n2+n3+...)/(number of factors)
10th Jun 2018, 1:18 PM
Haris
Haris - avatar
0
yes
10th Jun 2018, 1:18 PM
Nimobold
Nimobold - avatar
0
like for example you have students marks and then you have to average the total how do one go by in php
10th Jun 2018, 1:20 PM
Nimobold
Nimobold - avatar