Shreyas arya

Generation

generate functionWed, 08 Feb 2023

Print string "Shreyas" and wait for 10 seconds. The total duration of all attempts doesn't exceed 10 seconds

while (true) { Thread.sleep(10000); System.out.println("Shreyas"); }

Questions about programming?Chat with your personal AI assistant