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