4
answers
1
watching
579
views
11 Dec 2019
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;
}
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;
}
4
answers
1
watching
579
views
For unlimited access to Homework Help, a Homework+ subscription is required.
26 Jan 2023
Already have an account? Log in
Irving HeathcoteLv2
11 Mar 2020
Already have an account? Log in