4
answers
1
watching
669
views

which line in the following program will cause a compiler error?

#include<iostream>
using namespace std;
Ā 
int main()
{
int number =5;
if (number>=0&&<=100)
cout<<"passed.\n";
else
cout<<"failed.\n";
return 0;
}

For unlimited access to Homework Help, a Homework+ subscription is required.

Unlock all answers

Get 1 free homework help answer.
Already have an account? Log in
Already have an account? Log in
Already have an account? Log in
Irving Heathcote
Irving HeathcoteLv2
11 Mar 2020
Already have an account? Log in

Related questions

Weekly leaderboard

Start filling in the gaps now
Log in