Incorrect IncorrectQuestion Question 1 0 / 1 pts What is the output of the following program? #include using namespace std; int main(void) { int i = 2; float a = 3; bool f1 = i > a, f2 = a > i, f3 = a / i > i / a; if(f3) if(f2) i+=1; else i+=2; else if(f1) i+=3; else i+=4; cout
Thank you for interesting in our services. We are a non-profit group that run this website to share documents. We need your help to maintenance this website.