public class TestOne
{
public static int add3(int number)
{
return number+3;
}
}