A Dice roll simulator is a simple computer model that can roll dice for us. Dice roll simulated by using the random module in Python.
This is a C++ code to find whether a given positive number is a sum of any two prime numbers or not. If it is the sum of other prime numbers, then it shows all the combinations of the latter.
This project is developed in the C++ language. Here teachers can add, update academic details of students, marks in various subjects, attendance, etc, and students view and check their details.
Currency Conversion is the change of the real value of one currency into another country's currency.
In this article, we are going to learn how we can print a calendar for a given year using basic C++ language.
The objective of this project is to test the student’s knowledge in the aspect of basic programming and problem-solving for data analysis using C++ programming language.
The objective of this project is to apply the basic aspect of programming knowledge(function, 2-D vector, array, recursion) and problem-solving using C++ programming language
A simple REST API client made in python that can be used to make requests to REST APIs. All Five basic HTTP Methods are implemented in this script.
In this packet we are implementing a C++ Program for updating the use of Kadane's Algorithm for the Maximum Circular Subarray Problem.
C++ program to find Days in a particular month. For example, if we give input as month number 5 and year 2003 and it means days in may, 2003 so it would print May, 2003 has 31 days.
Factorial of 200 have 375 digits. It is not possible to store these values to data types(int , long long int) in C++.
This project is a console-based project without graphics. It allows users to save and easily search for a contact, like a person's name, email id, mobile number, address, and many other details.