Perulangan C++ Marcho 05:54:00 Codingan Marcho HI guys kali ini kita bahas perulangan dalam C++, Simak ya Semoga bermanfaat : #include <iostream> #include <conio.h> using namespace std; main(){ char tek[15] = "INFORMATIKA"; int i=0; while (tek[i]!=0){ cout<<tek[i]<<endl; i++; } getch(); } Author : Marcho Share this Related Posts
1 komentar:
komentarbermanfaat bro. nicepost
Reply