Answer to Question #264585 in C++ for Sesethu

Question #264585

Bool solution ;




Int number 2= 10



Number 7 = 25



Number 9 = 16




Solution = number 2>= 7 & & number 2>number9

1
Expert's answer
2021-11-11T17:34:18-0500


#include <iostream>


using namespace std;


int main()
{
    int number2=10;
    int number7=25;
    int number9=16;
    bool solution;
    solution = number2>= 7 && number2>number9;
    cout<<"\nSolution: "<<solution;


    return 0;
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS