Basic Coding

What will be the output of following pseudo code.
int a=2;
print(++a);
print(a++);

2 years ago | [YT] | 0