void main () { // main block starts from there
int a; // initialize Variable
a = 10;
print(a); // print statement
} // end program
void main () { // main block starts from there
int a; // initialize Variable
a = 10;
print(a); // print statement
} // end program
For further actions, you may consider blocking this person and/or reporting abuse
Lucas G. Terracino -
Kazi Priom -
MD ARIFUL HAQUE -
Ujjwal Jha -
Top comments (0)