We have received intel that the rogue coffee bean cartel is operating in the area, selling subpar coffee beans to unsuspecting cafes. Your mission, Agent, is to infiltrate the cartel, gather evidence, and bring them to justice.

java public class CoffeeEnforcer { // Your mission briefing will be displayed here String missionBriefing = "Gather intel on rogue coffee bean cartel"; // Use your cunning and coffee-tasting skills to infiltrate the cartel void infiltrateCartel() { System.out.println("Infiltrating cartel..."); // Your code will go here } // Once you have the evidence, bring the cartel to justice void bringToJustice() { System.out.println("Bringing cartel to justice..."); // Your code will go here } } java

Remember, Agent, a good cup of coffee is not just a drink, it's a matter of national security.