Which line in the following program will cause a compiler er…

Questions

Which line in the fоllоwing prоgrаm will cаuse а compiler error? 1 #include 2 using namespace std; 3 int main() 4 { 5 int number = 5; 6 if (number >= 0 &&