#include
int main()
{
int x = 0;
if (x<1)
{
if (x == 0)
std::cout<<"1\n";
else
std::cout<<"2\n";
}
else
std::cout<<"3\n";
}
Answers
Answered by
1
output:-( as mentioned above code )
1
Explanation:-
x is less than 1
Also, x is equal to 0
Similar questions
Hindi,
5 months ago
Chemistry,
5 months ago
Geography,
5 months ago
Math,
11 months ago
English,
11 months ago
Social Sciences,
1 year ago
Computer Science,
1 year ago