Site icon TestingDocs.com

RAPTOR flowchart to display the right angle triangle pattern using *?

Introduction

In this tutorial, we will create a RAPTOR flowchart to display the right angle triangle pattern using * character. The flowchart prompts the user to input the number of rows. The flowchart uses two loops to print the pattern.

The outer loop is to control the number of rows to print. The inner loop is to print the star character based on the row.

Flowchart

Below are the RAPTOR flowchart and sample flow chart output.

 

Output

*
* *
* * *
* * * *
* * * * *
* * * * * *
* * * * * * *
* * * * * * * *
* * * * * * * * *
* * * * * * * * * *

 

Exit mobile version