Tugas
0

Perulangan

Selasa, 11 Oktober 2016
#include /* run this program using the console pauser or add your own getch, system("pause") or input loop */ using namespace std; int main(int argc, char** argv) { int nilai_awal=1; int batas=10; for(nilai_awal; nilai_awal<=batas; nilai_awal++){ ...
0

Software Engineering

Jumat, 10 Oktober 2014
                Software engineering (SE) is concerned with developing and maintaining software systems that behave reliably and efficiently, are affordable to develop and maintain, and satisfy all the requirements...