Question: 2. How mang lexemes does the following Java code contain? 1. public class Repeatstring f 2. public static void main(String args[]) Scanner input new Scanner
2. How mang lexemes does the following Java code contain? 1. public class Repeatstring f 2. public static void main(String args[]) Scanner input new Scanner (System.in)i System.out.println("Enter a string: " String phrase input.nextLine) System . out.println("Enter # times to repeat string: "); int repetitions = input.nextInt(); repeat (phrase, repetitions) i 9. 10. public static void repeat (String str, int reps)t int 1-1; i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
