Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as C# by andreyz ( 7 years ago )
private double _ves;
public void setVes(double ves)
{
_ves = ves;
}
public double getVes()
{
return _ves;
}
public int getAge()
{
return _age;
}
Revise this Paste
Children: 97112