Write a prolog program that reads an employee's number from the keyboard, number of hours worked and an hourly rate of pay. The program is to calculate the weekly pay and print the result in a table with the following format
Employee# Hours Rate Weekly pay
1234 40 15 600
3479 42 25 1050