Optimizing Threaded Relay Race Simulation

# Introduction In this challenge, we will be simulating a relay race using threads in Java. The task is to create a method that can create three threads and ensure that they execute in order. The existing code does not guarantee the desired order of execution. Your goal is to optimize the code to ensure that the output is always in the correct order.

|60 : 00

Click the virtual machine below to start practicing