0
Cheer Creator - does not pass 3 test
import java.util.Scanner; public class Program { public static void main(String[] args) { Scanner num = new Scanner(System.in); int yard = num.nextInt(); if (yard < 1){ System.out.println("shh"); } else if(yard > 10){ System.out.println("High five"); } else if(yard <= 10){ for(int i = 0; i < yard; i++){ System.out.print("Ra!"); } } } }
2 ответов
+ 2
That would be capital 'F'
0
Yes, should be 'F', thanks)