I can't figure out how to show the correct diagram for this earliest deadline first algorithm. So far here is my code:

import java.util.*;


class deadlineprototype
{


public...