top of page

Welcome to AESTHETIC CODING

Naturally Curious

Working from Home
Home: Welcome

Sekuen | Workshop 3

Algoritma mencari titik tengah sebuah garis yang ujung titiknya yaitu A(x1, y1) dan B(x2, y2) Jawab : Gambar : Algoritma titik_tengah...

Workshop 1

Program biodata #include<iostream> using namespace std; class bio{ public : void isi_bio(){ nama = "D.A.Rosi Arsida Wardani";...

Program Developments Steps

Understand the problem at hand. Identify what are the inputs and outputs required. Use a flowchart or algorithmic approach to define...

Syntax and Logical Error

Syntax Error Syntax errors are errors in the source code which are related to the syntax of the language. Syntax errors are detected by...

Programming and Algorithm

Example of Algorithm in Real Life Washing clothes Analysis : Problem : Algorithm of washing clothes with automatic washing machine...

Introduction to Algorithms

Problem Solving What is Programming? Programming is a process of problem-solving. There are three techniques in problem-solving: Analyze...

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

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

Hello, World!

The Introduction Words to Programming image : Program "Hello, World!" in C++ "Hello, World!" is the first program one usually writes when...

1
2
Home: Blog2

Subscribe Form

Thanks for submitting!

Home: Subscribe
bottom of page