#include <iostream>using namespace std; int main() { int age1=70,age2=80,age3=90; int age[3]={70,80,90}; cout<<age[2]; return 0;}
Standard input is empty
90
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!