C++ Arrays: How to sum all numbers in an array

preview_player
Показать описание
This tutoral is for beginners. It will help the learner understand how to perform summations using C++ for loops and arrays.
Рекомендации по теме
Комментарии
Автор

never thought a girl can explain this is such a simple way THANK YOU SO MUCH

malikabdulbasit
Автор

Instead of:

totalPoints = totalPoints + game1Array[i];

why not do:

totalPoints += game1Array[i];

philipphoehn
Автор

What IDE are you using in this video?

wichanaothaworn