Given three integers x, y, z, print the sum of the odd integers.
Complete the following file:
prog.cpp
#include <iostream> #include <string> using namespace std; int main() { int x = 2; int y = 1; int z = 3; cout << sum << endl; return 0; }