- kasus 4.1 klik disini
1. C++
#include <iostream>
/* 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 a;
cout<<"\t\tProgram Mencetak Bilangan Ganjil 0 Sampai 10 "<<endl;
for(int a=0;a<=10;a++){
if(a%2==1)
cout<<a<<endl;
}
return 0;}
2. Raptor
- kasus 4.3 klik disini
- kasus 4.4 klik disini
- kasus 4.7
- kasus 4.8
Tidak ada komentar:
Posting Komentar