Hello, Welcome to Hacktoberfest Meetup Nepal-2020
In this repository we are going to solve some simple programming questions.
You can choose your preffered programming language to solve
Don't forget to follow me and star this repo.
Step-1 Fork this Repository
Step-2 Open this Repository
Step-3 Start solving questions and merge it by createing a branch
Dont forget to add your name and name of the program you some on the file you create
Example: TheMakersSquad_sumofnumbers.cpp
There are total 26 questions divided into 4 different sections.
1.Write a program to print "Hello World".
2. Write a program to display sum of two numbers.
3. Write a program to display sum of two digits.
4. Write a program to check whether the number is odd or even.
5. Write a program to implement if else statement.
6. Write a program to use basic for loop.
7. Write a program to find square of a number
8. Write a program to change letters of string to UPPERCASE
9. Write a program to display sum of two numbers
10. Write a program to test whether the string is palindorme or not.
11. Write a program to insert element to array
We have some programmes related to Number Systems, Try this out.
1. Write a program to convert Binary to Decimal
2. Write a program to convert Decimal to Binary
3. Write a program to convert Decimal to Octal
4. Write a program to convert Binary to Octal
5. Write a program to convert Octal to Binary
1. Write a program to implement Bubble Sort
2. Write a program to implement Insertion Sort
3. Write a program to implement Selection Sort
4. Write a program to implement Quick Sort
1. Write a program to make a simple calculator