コード例 #1
0
 public int TestextraNumber(int a, int b, int c)
 {
     return(AtTheCrossroads.extraNumber(a, b, c));
 }
コード例 #2
0
 public bool TestreachNextLevel(int experience, int threshold, int reward)
 {
     return(AtTheCrossroads.reachNextLevel(experience, threshold, reward));
 }
コード例 #3
0
 public bool TestisInfiniteProcess(int a, int b)
 {
     return(AtTheCrossroads.isInfiniteProcess(a, b));
 }
コード例 #4
0
 public bool TestarithmeticExpression(int A, int B, int C)
 {
     return(AtTheCrossroads.arithmeticExpression(A, B, C));
 }
コード例 #5
0
 public bool TesttennisSet(int score1, int score2)
 {
     return(AtTheCrossroads.tennisSet(score1, score2));
 }
コード例 #6
0
 public bool TestwillYou(bool young, bool beautiful, bool loved)
 {
     return(AtTheCrossroads.willYou(young, beautiful, loved));
 }
コード例 #7
0
 public int[] TestmetroCard(int lastNumberOfDays)
 {
     return(AtTheCrossroads.metroCard(lastNumberOfDays));
 }