Coders Packet

Listing of packets of source code submitted by coders

INTERESTING QUIZ GAME BUILD USING THE CONCEPT OF SIMPLE C++ FUNCTIONS

This quiz game built in C++ displays few questions to user who is playing this game and on the basis of performance score is incremented and at the end gives total score.

Pop - Up Box using HTML & CSS

This is pop - up box designed using HTML (Hyper Text Markup Language) and CSS(Cascading Style Sheets ).

Remove all spaces from string in C++

Program to remove all the spaces from the string entered by the user and return it to the user

Bootcamp Invitation Page using HTML and CSS

This is a bootcamp invitation page designed using HTML(Hyper Text Markup Language) and CSS(Cascading Style Sheets)

Feedback form using HTML and CSS

This is a feedback form designed using HTML (Hyper Text Markup Language) and CSS(Cascading Style Sheets )

Python Program to print even numbers and odd numbers in a given range

This project prints a list of even numbers and odd numbers in a given range. It uses the range function to implement the logic of the program.

Example of a Static Web Design using HTML and CSS

The project is an example of a static web design using HTML and CSS. It helps to understand how to use HTML tags and how to format the web page using Cascading Style Sheets.

Vector in C++ Standard Template Library (STL)

In this tutorial, we will learn about vectors and their functions in C++ programming.

Using recursion, compute N raised to the power of P in C++

In this project, we will discuss how to use Recursion in CPP language to compute N raised to the power of P

All Basic Pattern Solving Problems using FOR Loop in C++

In this project, I will show you how to print following pattern (Example Images) using FOR loop in C++ programming language.

Python Program to print tables in a given range

This is a Python program that prints tables in a given range. The code is implemented using nested for loop and range function in Python.

Sum of all numbers till n using Recursion in CPP

In this project, we will discuss how to use Recursion in CPP language to get the sum of all numbers to n.