baio me ne c++ ki comand bani right angle triangle ka liye
stars right angle triangle show kartay hai me in ko left angle tri anle karna chahta hu wo kis tarah ho ga

#include "stdafx.h"
#include"stdafx.h";
#include <iostream>;
using namespace std;

void main()
{
int stars=1;
for(int line=0; line < 5; line++)
{
for(int s=0; s < stars; s++)
cout << "*";
stars+=1;
cout << endl;
}
}

out put like this

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


mujy left angle triangle zarurat hai stars ki


aur paskal triangle b stars say bani hui