Algoritma dan Pemrograman
Kasus 4.2 sekuen 04
Bahasa C++
#include <iostream>using namespace std;
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
int main(int argc, char** argv) {
int i;
for( i=0;i<=10;i++){
if(i % 2 ==1 )
cout<<i;
}
return 0;
}
C++ dan Raptor
http://maulana277.blogspot.co.id/2016/03/tugas-alpro-ppt-minggu-ke-4-kasus-41.html
http://yogianggara25.blogspot.co.id
EmoticonEmoticon