5-23 C++ Display Triangle Patterns With Nested Loops

  Рет қаралды 74,067

Coding Homework

Coding Homework

Күн бұрын

Пікірлер: 49
@rupak378
@rupak378 7 жыл бұрын
I almost slept while watching this video and that dog woke me up. Awesome video and special thanks to your dog..☺😊😂😂
@cocoarecords
@cocoarecords 6 жыл бұрын
lmao
@mastergx7
@mastergx7 7 жыл бұрын
For the second loop int c = 0; c
@florvinjayroxas1837
@florvinjayroxas1837 8 жыл бұрын
Thanks Man! I wish you do more videos about C++.
@ROYCE415
@ROYCE415 9 жыл бұрын
Great vid, helped out with my homework. Thanks
@martinkuzmik4240
@martinkuzmik4240 4 жыл бұрын
thank you so much
@irshadali-kd7qo
@irshadali-kd7qo 8 жыл бұрын
Very nice lecture.
@Orangebipedal
@Orangebipedal 3 жыл бұрын
Thank you so much 😪😪
@dumbothedog9762
@dumbothedog9762 4 жыл бұрын
How do you make the bottom side flipped?
@sharkdegrijze
@sharkdegrijze 4 жыл бұрын
how do you do the same but with while statement?
@ThilebanTheEngineer
@ThilebanTheEngineer 7 жыл бұрын
column part is confusing.
@tiagonovaes7947
@tiagonovaes7947 6 жыл бұрын
Many thanks, bro. Helped me a lot. Thanks. . Muito obrigado mano. Me ajudou muito. Valeu.
@mohammadanarul624
@mohammadanarul624 5 жыл бұрын
Awsome tutorial...
@kaboternaja4070
@kaboternaja4070 9 жыл бұрын
What if i had to print something like: * * * * * ************* This pattern? Can we help me with that?
@rezaarian237
@rezaarian237 6 жыл бұрын
as long as you can make a logic for it, yes its possible.
@albae16
@albae16 7 жыл бұрын
Hi! Pls reply to me cos i just want to ask something. My professor is asking us to make a program which can be any languages and the program must execute either of the four loop testing techniques. Can u give me a tip what to do or can u give me an example plsssssss.
@musharafullah4898
@musharafullah4898 7 жыл бұрын
its easy use c++
@zaurtair
@zaurtair 9 жыл бұрын
Very helpful, thank you.
@codingchallenges
@codingchallenges 9 жыл бұрын
Zaur Melikov I'm glad it helped
@eno8314
@eno8314 6 жыл бұрын
thanks for this!
@jferro96
@jferro96 8 жыл бұрын
THANK YOU SO MUCH
@NeStoPinGeZ
@NeStoPinGeZ 9 жыл бұрын
i think i did the same as you but i got infinite loop do you know why ?? thanks :)
@codingchallenges
@codingchallenges 9 жыл бұрын
Jim Abodheer Infinite loop simply means the condition to exit the loop was never met. Probably problem with setting and/or incrementing the counter.
@minzheng6348
@minzheng6348 5 жыл бұрын
Yea I run in an infinite loop too
@arlettecasano7556
@arlettecasano7556 7 жыл бұрын
Omg thanks you very much! :D
@josearrizon2881
@josearrizon2881 6 жыл бұрын
Why did the first triangle only print 9 "+"??
@nasihanasim2196
@nasihanasim2196 9 жыл бұрын
which c++ compiler is this?...i have a dosbox c++ compiler which may have a different way of programming, this didnt work so well....
@codingchallenges
@codingchallenges 9 жыл бұрын
Nasiha Nasim This one was coded in CodeBlock
@santhoshgorla8551
@santhoshgorla8551 9 жыл бұрын
thank you
@codingchallenges
@codingchallenges 9 жыл бұрын
+santhosh gorla You are very welcome
@GauravSingh-1892
@GauravSingh-1892 6 жыл бұрын
How to display *** ** * ** *** In c++
@kuryusai18tokki42
@kuryusai18tokki42 9 жыл бұрын
how to make this + ++ +++ ++++ +++ ++ + the height depends on the input number of the user(height is the number of the first column)
@kuryusai18tokki42
@kuryusai18tokki42 9 жыл бұрын
+Kuryusai 18tokki im using dev c++
@rollandson26
@rollandson26 5 жыл бұрын
#include using namespace std; int main() { int x; cout > x; for(int r = 0; r < x; r++) { for(int c = 0; c < r; c++) { cout
@anton42
@anton42 2 жыл бұрын
@@rollandson26 answered 4 years later 😭
@alibaba-gf7js
@alibaba-gf7js 8 жыл бұрын
can i make this + + ++ ++ +++ +++ +++++++ +++++ if yes plzz send me source code
@jeremykoutroubas168
@jeremykoutroubas168 7 жыл бұрын
dear god thank you
@brysonmark3802
@brysonmark3802 6 жыл бұрын
Your thumbnail was the reason I clicked on this and I didnt even see that coding. I feel like another victim at the hands of yet another clickbaiter
2d Arrays & Nested Loops | C++ | Tutorial 24
9:54
Giraffe Academy
Рет қаралды 31 М.
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН
Solve any star pattern program in C++
18:01
Simply Coding
Рет қаралды 76 М.
C++ nested loops explained ➿
4:17
Bro Code
Рет қаралды 21 М.
5-17 C++ Display Bar Graph Using Nested For Loops and C++ Arrays
13:52
Coding Homework
Рет қаралды 15 М.
C++ Nested Loops | Need of Nested Loop| C++ Tutorials for Beginners #lec40
13:11
Jenny's Lectures CS IT
Рет қаралды 30 М.
God-Tier Developer Roadmap
16:42
Fireship
Рет қаралды 7 МЛН
7 Outside The Box Puzzles
12:16
MindYourDecisions
Рет қаралды 264 М.
C++ nested loops (#13) ➿
10:03
Bro Code
Рет қаралды 33 М.
Nested Loops Explained (step by step)
2:41
The Builder
Рет қаралды 76 М.
Russia expelled from the military base / A stab in the back
12:49
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН