This code should display "incorrect entry" if a entry is not <=100 or =999. I think my code is in the wrong area but can't figure it our where it goes.





import java.util.Scanner;

public...