Category: Programming

10

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...

10

How do i learn code ?

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...

0

Programming Paradigm. What the h*** is 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...

0

The Difference of Interpreter and Compiler

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...