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