First page
Back
Continue
Last page
Graphics
Given the following, What would print?
#include <iostream>
using namespace std;
int main (void)
{
int alpha(2), beta(4), gamma(6);
cout << “the answer is “ << beta << endl;
}