Can you show me how tofill in the provided slots so the resulting code fragment satisfies the given requirement(s). Note: you may leave any particular slot empty-if it leaves legal java code. You may also add more statements; However you can NOT change or delete any of the given code. //Start ***** **** *** ** * for (int k = _____; _____; ______) { _____________________________________ for (int j=_____; _____; ______) { System.out.print ('*'); ______________________________________ } _________________________________________ }//End