In the last one we wrote and ran our first rust program from scratch, today let's add some code to make much more...
Yes, rust like every other computer program controls the flow or processing of data by using special schemes. Ever heard about the if-else, while or for statements? They are the basics of what most programming languages are trying to achieve, but rust has more!
Yeah, so that's valid rust, considering this is a boolean(either true or false) value as well as that and what are variables with the same type as the function is supposed to return.
