Combining Logical Operators:
- You can combine conditional expressions and logical operators to any degree.
Examples:
- (age < 30 && income > 25'000) || (age >= 30 && balance > 100'000)
Copyright (c) 2022 Learning C++ Programming Language All Right Reseved
0 Comments