79679625

Date: 2025-06-25 20:33:32
Score: 1
Natty:
Report link
for (int i = 6; i>0; i--){
        cout<<space;
        for (int j = i-1; j >=0; j--){
            cout << star << " ";   
        }
        space += " ";
        cout << endl;
    }
this works if you're trying to create a triangle that tapers downwards
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Enoch Sitsofe Nkrumah