This project is a fully console-based project. This project makes it easy to store all the information of the student.
This project is built in C++ using conditional statements for finding the Basal Metabolic Rate (BMR). It calculates BMR in 'kCal/day' by using the Harris-Benedict formula.
BMI CALCULATOR USING PYTHON BMI stands for Body Mass Index. In this project, we will design a BMI calculator which tells whether you are underweight, overweight, or healthy.
ALARM CLOCK WITH PYTHON In this project, we will create an alarm clock in Python. We will be using the Datetime module, time module, and the playsound module to create this project.
This Project is all about checking if the entered Credit Card number is valid or not. C++ Programming Language is used in this project.
Here, we are going to discuss Interpolation Search Algorithm in C++. It is valid only for sorted arrays. Interpolation Search is an Improvement over Binary Search.
In this fun project, we are going to create a memory cards game using simple HTML, CSS & JavaScript.
This is an E-commerce website fully developed on the MERN stack (MongoDB, Express.js, React.js,Node.js)
It is a Resume Making Project written in C++ in which you can make your Resume by entering valid data.
In this project, we are going to drive a bit deeper in the Data Analytics field and would try to explore the FAA Dataset in Python.
Finding the length of the longest substring that can be formed from a string with unique characters using an unordered map library in C++
This is a packet used for separating the negative and positive elements present in an Array using while-loop and if-else statements in C++ language.