C++ program to print mirrored right triangle star pattern.

By: Prof. Dr. Fazal Rehman | Last updated: October 21, 2023

C++ program to print mirrored right triangle star pattern.

Flowchart of the program to print mirrored right triangle star pattern (C++)

Flowchart of the program to print mirrored right triangle star pattern (C++)

C++ program to print mirrored right triangle star pattern.

Output program to print mirrored right triangle star pattern (C++)

Excercise

Find the possible mistakes in the following Shamil’s Flow Table of the Program to print mirrored right triangle star pattern.
I=1 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 17A(T), 18, 19, 20, 21, 22, 23, 24, 24A(t), 25, 26
I=2 28, 28A(T), 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 17A(T), 18, 19, 20, 21, 22, 23, 24, 24A(T), 25, 26, 24A(F), 28
1=3 28A(T), 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 17A(T), 18, 19, 20, 21, 22, 23, 24,24A(F),28
I=4 28A(F),21
J=1 12,13,14,15,16,17, 17A(T),19,20,21,22, 23,17(A)T,18,19,20, 21,22,23,17A(F),11
J=2 17,12,13,14,15,16,18, 19,20,21,22, 23,17A(F),11
J=3 17A(T),12,13,14,15,16, 18,19,20,21,22,23,17A(F),11
J=4 17A(F),12,13,14,15,16,18, 19,20,21,22,23,17A(F),11
J=4 17A(F),8
K=1 18,19,20,21,22,23,24, 24A(T),25,26,24A(F),8
K=2 24A(T),19,20,21,22, 23,24A(F),25,8
K=3 24A(t),19,20,21,22, 23,24,24A(f),8
K=4 24A(F),8
 

Leave a Comment

All Copyrights Reserved 2025 Reserved by T4Tutorials