Step 1: Read the code sample class PrintNumbers implements R…
Step 1: Read the code sample class PrintNumbers implements Runnable { private int start; private int end; public PrintNumbers(int start, int end) { this.start = start; this.end = end; } public void run() { for (int i = start; i