Pranav Patanipranavpatani.hashnode.dev·Sep 3, 2022Control The Flow Of Your Code With If-Else And Switch Statements.When you write a program, its primary goal is to solve a problem or many. Suppose you are working on a website for some school. This website will be accessed by different users - students and teachers. You don't want students accessing their own dat...26 readsif-else
Rukayat Balogunrukayat-balogun.hashnode.dev·Aug 30, 2022Decision Making in R (Chapter 1 Episode 5)Decision making is very important in any programming language. Decision making involves creating multiple conditions that are to be tested by the program, together with statements that will be executed when a condition is true, and optionally, the st...49 readsR Language