Run »
#include
using namespace std; int main() { int myNum; myNum = 15; cout << myNum; return 0; }
15