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 ).
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.
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.
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.
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.
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
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.
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.