2021 | OriginalPaper | Chapter
Selection Logic
Author : Noel Kalicharan
Published in: Julia - Bit by Bit
Publisher: Springer International Publishing
In this chapter, we will explain the following: What are Boolean expressions How Julia represents Boolean values How to write programs using if How to write programs using if…else How to write programs using if…elseif…else How a program should be tested Symbolic constants, why they are useful and how to use them