Welcome To Crax.Pro Forum!

Check our new Marketplace at Crax.Shop

   Login! SignUp Now!
  • We are in solidarity with our brothers and sisters in Palestine. Free Palestine. To learn more visit this Page

  • Crax.Pro domain has been taken down!

    Alternatives: Craxpro.io | Craxpro.com

Crax Pro | Cracking, Spamming, Carding and Hacking Forum

zorojuro made the first post
#1
C++:
#include<iostream>
using namespace std;

int main(){
    int n;
    cout << "Enter the Rows: ";
    cin >> n;

   for(int i=1;i<=n;i++){
    for(int j=0;j<4+n-i;j++){
        if(i==1 || i == n){
            cout << '*';
        }...
 
Top Bottom