D A Rosi Arsida WardaniMay 19, 20211 min readSelection StructureThe selection structure is used to make the selection of several alternatives of the given conditions. Relational Operators Truth Table...
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...