Shreyas arya

Generation

generate functionWed, 08 Feb 2023

Print string "Shreyas" and wait for 10 seconds. The duration between all the 3 attempts doesn't exceed 10 seconds.

public static void printWithWait(String s) { System.out.println(s); try{ Thread.sleep(10000); }catch (InterruptedException ie){} }

Questions about programming?Chat with your personal AI assistant