NIM : TI111025
Membuat Program Untuk Menyelesaikan Psikotes
Soal :
Buatlah program untuk menyelesaikan tes psyko berikut ini :
4 6 9 13 18 ? ?
Jawab :
#include "iostream.h"Output :
int main()
{
int a, b, c;
c=3;
cout<<"\t Psikotes"<<'\n';
cout<<"\t ILFAN RIFA'I"<<'\n';
cout<<"\t TI111025"<<'\n';
cout<<"\t ****www.ilfan-rifai.blogspot.com****"<<'\n';
cout<<" ===================================================================="<<'\n'<<'\n';
cout<<"\tMasukkan Angka : ";
cin>>b;
cout<<"\tHasil : ";
for(a=1;a<=b;a++)
{
c=c+a;cout<<" "<<c;
}
}
0 comments: on "Membuat Program Untuk Menyelesaikan Psikotes"
Post a Comment