Examine the following program.
// This program uses variables and literals.#include
using namespace std;int main( ){ int little; int big; little = 2; big = 2000; cout ≪ "The little number is " ≪ little ≪ endl; cout ≪ "The big number is " ≪ big ≪ endl; return 0;}
List all the variables and literals that appear in the program.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.