#include <iostream> int main() { int x = 5; int y = 7; std::cout << “\n“; std::cout << x + y << “”<< x * y; std::cout << “\n”; return θ