Type the following lines of code:

void main() {
  // comment
  int a=30;
  cout << a << endl;
}
 