This repository for IOSD NITK HacktoberFest Meetup 2019 Upload programs for the following in any language:
Beginner:
1.Check whether a number is even or odd.
2.Print fibonacci sequence for 'n' numbers.
3.Print the cube of an input number.
4.Display the largest element of an array.
Intermediate:
1.Check whether a substring is present in a string or not.