babiee7571 babiee7571 26-08-2022 Computers and Technology contestada What is the output, if the input is 3 2 4 5? all variables are ints. cin >> num; for (i = 0; i < num; i) { cin >> curr; cout << curr; }