flowchart dan pengaplikasian kedalam c++ 11:01:00 PM Add Comment Edit Struktur Looping3, 6, 9, . . . . . . sampai dengan(10 deret bilangan)#include <iostream.h>#include <math.h>void main(){ int bil; for (bil=1;bil<=10;bil++){ cout<<(bil*3)<<endl;}} Share this post
0 Response to "flowchart dan pengaplikasian kedalam c++"
Post a Comment