mavalos6632 mavalos6632 13-12-2022 Computers and Technology contestada given the following function: int next(int x) { return (x 1); } what is the output of the following statement? cout << next(5) << endl;