Create a Java Program to create a 2 dimensional virtual triangle and check if a point falls inside it. Console input/output functionality will be as follows:
INPUT: Ask user to enter X,Y integer coordinates for 1st vertex of triangle INPUT: Ask user to enter X,Y integer coordinates for 2nd vertex of triangle INPUT: Ask user to enter X,Y integer coordinates for 3rd vertex of triangle INPUT: Ask user to enter X,Y integer coordinates for a test point OUTPUT: Check and print if the point is inside or outside the triangle