This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Name: Perulangan for | |
Copyright: | |
Author: Yanwardo Sitanggang | |
Date: 19/01/20 14.43 | |
Description: Program sederhana perulangan | |
*/ | |
#include<iostream> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Name: Program menghitung luas persegi sederhana | |
Copyright: Sistem Minimum | |
Author: Yanwardo Sitanggang | |
Date: 28/12/19 10.45 | |
Description: Program menghitung luas persegi sederhana untuk Blog Sistem Minimum | |
*/ | |
#include<iostream> |