Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 405 Bytes

File metadata and controls

15 lines (10 loc) · 405 Bytes

IOSD-NITK-HacktoberFest-Meetup-2019

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.