D A Rosi A. W.Mar 31, 20211 min readSyntax and Logical ErrorSyntax Error Syntax errors are errors in the source code which are related to the syntax of the language. Syntax errors are detected by...
D A Rosi A. W.Mar 31, 20212 min readProgramming and AlgorithmExample of Algorithm in Real Life Washing clothes Analysis : Problem : Algorithm of washing clothes with automatic washing machine...
D A Rosi A. W.Mar 31, 20211 min readIntroduction to AlgorithmsProblem Solving What is Programming? Programming is a process of problem-solving. There are three techniques in problem-solving: Analyze...
D A Rosi A. W.Mar 16, 20211 min readTemperatur Convertion in C++Do you want to convert Celcius to any kind of temperature that you like with the C++ program but don't know the exact way to do it? Then,...
D A Rosi A. W.Mar 15, 20212 min readHow to Write Our BIO in C++When you in a new environment, meeting new people, or something like that. People must be wondering "who are you?". So the first thing...
D A Rosi A. W.Mar 14, 20213 min readHello, World!The Introduction Words to Programming image : Program "Hello, World!" in C++ "Hello, World!" is the first program one usually writes when...