C++ help!!! If else statements?

Properly code a C++ if statement using one or more logical operators that connects two or more relational expressions into a compound expression to print the message “The number is valid” if the variable grade is within the range 0 through 100.
1
2
3
4
if(Question.IsStraightFromTextbook())
{
     std::cout<<"Have you even tried coding anything? If so, what have you got?";
}
if(Question.IsStraightFromTextbook())
{
std::cout<<"Have you even tried coding anything? If so, what have you got?";
}

+1
Topic archived. No new replies allowed.