cp-geeks-adgitm / Hacktoberfest

Everyone is free to contribute. Not eligible for Hacktoberfest
GNU General Public License v3.0
32 stars 95 forks source link

Create ArrayOperations(MenuDrivenProgram) #280

Closed Nandini-singh05 closed 1 year ago

Nandini-singh05 commented 1 year ago

Hey, I'd like to add a menu driven program to perform various operations on arrays under Data-Structures/Arrays.

cpgeeksadgitm commented 1 year ago

@Nandini-singh05 Thank for the opening pr but you could add the driver code along with menu-driven or without it because it is difficult for us to verify the code

Nandini-singh05 commented 1 year ago

@cpgeeksadgitm I've added some sample input/output so that it's easier to verify the code.

cpgeeksadgitm commented 1 year ago

@Nandini-singh05 Great Nandini, but could you please add file extension. If it is a c++ program, then it must have an extension of .cpp.

Nandini-singh05 commented 1 year ago

@cpgeeksadgitm I've added the extension.

cpgeeksadgitm commented 1 year ago

@Nandini-singh05 Great. Thanks for the contribution

Happy hacking