class program { public static void main(String [] args) { int count=i; System.out.println("Printing first 10 even numbers");do { System.out.println(" " +2*count); count++; }while(count<11); } }What will be the output?#include <iostream>using namespace std;int main(){void x= 1, y= 2;int z;z= x + y;cout << z;return 0;}