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...
Almost all of my friends when they see me coding, they would ask me if i’m from software engineering and YES! I’m from software engineering vocational high school. But, if only you know that...
A programming paradigm is a fundamental style of computer programming, a way of building the structure and elements of computer programs. Capabilities and styles of various programming languages are defined by their supported programming paradigms; some programming languages are designed to follow...
What is Interpreter ? Interpreter is a software that capable to execute the programming code (written by programmer) and translated it into the Machine Language, so the machine do what the programmer instructed. The...