photo

Emmanuel


Last seen: 6 mois il y a Actif depuis 2024

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
How can I solve this problem using for loop?
total = 0; x = [2,2,5,8]; n = length(x); for i =1:n-1 total = total + x(i)*x(i+1); end disp(total)

6 mois il y a | 0