Code Packets

Browse all published coding projects

Pop - Up Box using HTML & CSS

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

Sneha Gupta · Nov 04, 2022

Simple and interesting number guessing game build using C++ functions.

In this C++ project user is asked to choose a number between 1- 10 and computer generates its own number and if number matches then user guesses correct answer else wrong.

Rupam Jha · Nov 01, 2022

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.

Rupam Jha · Nov 01, 2022

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)

DEEPANJAL UPPAL · Oct 21, 2022

Feedback form using HTML and CSS

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

DEEPANJAL UPPAL · Oct 17, 2022

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.

Nagapuri Swathi · Oct 17, 2022

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.

Nagapuri Swathi · Oct 15, 2022

Vector in C++ Standard Template Library (STL)

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

Rahul Chandrakant Suthar · Oct 09, 2022

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.

Nagapuri Swathi · Oct 07, 2022

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

Rahul Chandrakant Suthar · Oct 05, 2022

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.

Rahul Chandrakant Suthar · Oct 01, 2022

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.

Rahul Chandrakant Suthar · Sep 24, 2022