Conditional Statements in C++
by - Yash Ukalkar | Introduction - Condition evaluation is an important part of programming regardless of the language and lies at the core of solutions to decision making problems. Condition evaluation and conditional statements help us to perform certain actions in case a certain criteria is met, and some other actions otherwise. This makes it easier for a programmer to make the program versatile and have a solution for various scenarios it faces.