Program: Write a program which asks the user for the URL of a PDF file, checks that the URL starts with "https://" and ends with "pdf" or "PDF", downloads it with wget, and displays it with display.
I am having problem with this program because I do not know where to start with.