using UnityEngine;
public class SommeEtMoyenne : MonoBehaviour
{
public float [] flo = new float [5];
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start()
{
float somme = 0;
for (int i = 0;i