ZahraShahid / Hacktoberfest-Simple-Practice-Programmes

A beginner-friendly open source repository to create your pull request.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Practice Programmes

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.

Process

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

Questions

There are total 26 questions divided into 4 different sections.

Simple Programmes[Beginner Friendly]

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

Number Systems

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

Sorting Programs

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

A Simple Challange For You

1. Write a program to make a simple calculator

About

A beginner-friendly open source repository to create your pull request.


Languages

Language:C++ 49.2%Language:C 17.7%Language:Python 12.4%Language:Java 8.8%Language:JavaScript 7.2%Language:Go 2.5%Language:Ruby 1.2%Language:Dart 0.5%Language:PHP 0.2%Language:Brainfuck 0.2%Language:Perl 0.1%