This document was uploaded by user and they confirmed that they have the permission to share
it. If you are author or own the copyright of this book, please report to us by using this DMCA
report form. Report DMCA
Overview
Download & View Penjelasan Program-1.docx as PDF for free.
using namespace std; penggunaan namespace std sebagai pengenal pada program bahwa kita menggunakan class std int main() fungsi utama yaitu main bertipe integer dengan paramter kosong for (int i=1; i<=8; i++){ for (int j=1; j<=8; j++) { Console::Write (i*j""); }