Source Code Contoh 1 (while) #include int main() { int indek=1; while(indek<21) { cout<<indek<< .