Quick actions

cmd+k|ctrl+k

Navigation

Languages

Algoritma14.1

Snippet info

Language

Cpp

Visibility

public

Author

aderawahyu.s

Created

2025-01-04T09:27:34.512401Z

Updated

2025-01-04T09:27:34.512401Z

#include <iostream>
using namespace std;

void garis() {
    cout<<"============================================\n";
    
}
void judul () {
    garis();
    cout<<"Program Bujur Sangkar Dengan Constructor"<<endl;
    
}
    return 0;
}
INFO