Set-1
1. Write a python program to check whether a given number is positive,negative or zero
2.
2. Write a program to display the multiplication table of a given number up to 12 times
3. Implement a linear search algorithm to find an element in a list. If found, print its position:
otherwise, print “Not found”. Python
4. Write a program to count how many numbers in a list are greater than 50. Python