Get contacted by recruiters directly with our newest chat feature!
Register now or log in to join your professional community.
class A{
var x;
x="something";PrintMyVar(x);
}
void PrintMyVar(var a){
Console.WrtieLine(a);
Cancel Report Answer