What is the output of the code corresponding


What is the output of the code corresponding to the following pseudocode? Please list each output on a separate line or on a single line separated by spaces. 

Declare Dash As Character
Declare A, B, C As Integer
Set Dash = " - "
For (A = 1; A <= 3; A++)
Write A
For (B = 1; B <= A; B++)
Write B
End For (B)
For (C = 1; C <= A; C++)
Write Dash + Dash + Dash
End For (C)
End For (A) 

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: What is the output of the code corresponding
Reference No:- TGS0132235

Expected delivery within 24 Hours