C++ nested loops (#13) ➿

  Рет қаралды 30,968

Bro Code

Bro Code

Күн бұрын

Пікірлер: 19
@BroCodez
@BroCodez 4 жыл бұрын
#include #include #include using namespace std; int main() { // nested loops char symbol; int width; int height; cout > symbol; cout > width; cout > height; for (int i = 0; i < height;i++) { for (int j = 0; j < width; j++) { cout
@youngboss9060
@youngboss9060 2 жыл бұрын
so im learning python but the for loops are kind of confusing to me this c++ tutorial helped me conceptualize what was actually going on.. thank you so much you are of more use to me than my college professor :)
@DArK-xj8lr
@DArK-xj8lr 3 жыл бұрын
such a good quality... but underrated :'(
@freak98703
@freak98703 Жыл бұрын
I am first year college student and I'm currently taking the course called BSIT and learning a c++ programming language.. and my prof said make a multiplication table program that will ask the user of how much colum and rows.
@rajaconstantine
@rajaconstantine 10 ай бұрын
Ik
@bozhenakondrat4169
@bozhenakondrat4169 3 жыл бұрын
This is with what I played :) Thank you Bro :) #include #include using namespace std; int main() { char symbol; int width; int height; cout > symbol; cout > width; cout > height; cout
@jedthefroggy
@jedthefroggy 16 күн бұрын
You just activated my almonds bro
@anlakgun406
@anlakgun406 2 жыл бұрын
fyi "i" and "j" are used because in matrixes "i" is being used to define the row of the matrix and "j" is being used to define columns of a matrix. for example if a number in matrix is defined as i = 2 and j= 4 it means the number is on the second row of 4th column .
@Noah-357
@Noah-357 2 жыл бұрын
Is the width has to be i and the height is j ?
@isaie9057
@isaie9057 4 жыл бұрын
loved it
@payshanbeamonbekov4961
@payshanbeamonbekov4961 2 жыл бұрын
thank you BRO :)
@SizzleLy
@SizzleLy 2 жыл бұрын
so underrated omg tysm
@dano.870
@dano.870 2 жыл бұрын
Dmn nice bro
@senaygetachew8130
@senaygetachew8130 10 ай бұрын
tnx for helping me understand for loop
@fyhne6185
@fyhne6185 Жыл бұрын
i love u so much bro code
@hammadarbab6371
@hammadarbab6371 11 ай бұрын
Legend
@akintundeyusuf9128
@akintundeyusuf9128 2 жыл бұрын
good
@Artificially_Creative
@Artificially_Creative Жыл бұрын
Wow
@richardnicod.bernabe2401
@richardnicod.bernabe2401 Жыл бұрын
THANKS
Naming Things in Code
7:25
CodeAesthetic
Рет қаралды 2,1 МЛН
C++ switch tutorial (#7) 🔀
10:13
Bro Code
Рет қаралды 6 М.
Every parent is like this ❤️💚💚💜💙
00:10
Like Asiya
Рет қаралды 18 МЛН
An Unknown Ending💪
00:49
ISSEI / いっせい
Рет қаралды 57 МЛН
Loops in C++ (for loops, while loops)
12:20
The Cherno
Рет қаралды 407 М.
C++ nested loops explained ➿
4:17
Bro Code
Рет қаралды 11 М.
Nested Loops Explained (step by step)
2:41
The Builder
Рет қаралды 67 М.
How computer processors run conditions and loops
17:03
Core Dumped
Рет қаралды 109 М.
How to solve any Star Pattern Program
18:47
Simply Coding
Рет қаралды 1,1 МЛН
you will never ask about pointers again after watching this video
8:03
Nested Loops | Introduction to Programming with C++ | Part 6
13:36
Coding Cleverly
Рет қаралды 2,2 М.
C++ while loops (#11) 🔄
10:43
Bro Code
Рет қаралды 10 М.
Why You Shouldn't Nest Your Code
8:30
CodeAesthetic
Рет қаралды 2,7 МЛН