D A Rosi Arsida WardaniMay 19, 20211 min readSequenceWhat is a sequence? A sequence is a series of statements whose sequence and execution are coherent and have a different meaning if...
D A Rosi Arsida WardaniMay 15, 20213 min readAnalisis KasusSoal. Carilah nilai deviasi standar dari n buah data Jawab : Analisis : Standar deviasi adalah statistik yang mengukur penyebaran...
D A Rosi Arsida WardaniMay 2, 20211 min readC++ Program and Algorithm | Counting FractionsAlgorithm series_counting {calculate fraction series based on user input} Declaration n : integer Description read (n) count (n, i, j) if...
D A Rosi Arsida WardaniMay 1, 20211 min readC ++ Program and Algorithm | Checks Whether The Input Character is Uppercase, Lowercase, or DigitsAlgorithm character_check {checks whether the input character is uppercase, lowercase, or digits} Declaration character : char...
D A Rosi Arsida WardaniApr 30, 20214 min readPemilihan / Kontrol Program | Workshop 4Algoritma akar imajiner berbentuk a + bi dengan a dan b bilangan real dan bila harga b^2 - 4ac < 0 dengan menyempurnakan Algoritma...
D A Rosi Arsida WardaniApr 25, 20211 min readKomputer dan Bahasa PemrogramanKomputer Komputer adalah suatu mesin yang melakukan tugas yang sederhana berdasarkan instruksi-instruksi tertentu. Perintah-perintah...
D A Rosi Arsida WardaniApr 25, 20211 min readC ++ Program and Algorithm | Separate integer numbers less than 1000 into their componentsAnalysis : To get the number hundreds, the formula is : hundreds = number/100 To get the number tens, the formula is : tens = (number %...
D A Rosi Arsida WardaniMar 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 Arsida WardaniMar 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 Arsida WardaniMar 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 Arsida WardaniMar 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...