it shows 01.cpp|9|error: no match for ‘operator==’ (operand types are ‘int’ and ‘std::basic_istream<char>::__istream_type {aka std::basic_istream<char>}’)|
Actually my program is to take two values into two variables n1 and n2. And run the loop to take inputs like before until the input is entered. If user press enter without giving two inputs into two variables then the program will terminate.