Answered You can hire a professional tutor to get the answer.
// Lab Homework 11 // Logical Operator AND and OR // Demonstrate how to use a logical operator // with a Boolean expression.
// Lab Homework 11
// Logical Operator AND and OR
// Demonstrate how to use a logical operator
// with a Boolean expression.
#include <iostream>
#include <cctype> // for tolower()
using namespace std;
int main()
{