String dalam C++
Theory coming soon! Use your C++ Practice modules first :p Case 1 : make a program that check 2 words of input. if both words is same, then use “Both words is same” for...
The [ ] Reborn
Theory coming soon! Use your C++ Practice modules first :p Case 1 : make a program that check 2 words of input. if both words is same, then use “Both words is same” for...
When i’ve practice in lab, i got a challange to make a star-shape using * character and looping in C++ like this one. They give me 20 mins to make this and i...