Draw a flowchart of a program, which will take a number from the user and print if the number is a positive number or a negative number. For example, if the user gives 5, then print “The given number is a positive number”. If the user gives-10, then print “The given number is a negative number”.