Q-Basic – WAP using If-else if statement to find division, precentage and result
WAP which prompts to input name of a student and marks obtained in 5 subjects and then prints total, percentage, result and division. This program in Q-Basic is an example of using if-else if...
View ArticleGaming Project Tutorial for Tic-Tac-Toe in C plus plus
This is a simple game project tutorial for Tic-Tac-Toe in C plus plus, Tic-tac-toe is a pencil-and-paper game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who...
View ArticleC++ Project on Library Management System
This project of “ LIBRARY MANAGEMENT SYSTEM” of gives us the complete information about the library. We can enter the record of new books and retrieve the details of books available in the library. We...
View ArticleC++ Program on Temperature Conversion ‘Celsius to Kelvin to Fahrenheit’
This program will let you convert temperature from one unit to other unit. The first program will convert Celsius to Kelvin. The second will convert Kelvin to Celsius. The next will convert Celsius to...
View ArticleC++ Program to calculate Date of Birth with Age given using Class
Concept: In this C++ program, problem is to calculate date of birth with Age and present date given using concepts of class in c++. This program calculates and prints date of birth in Year/Month/Day...
View ArticleDepth First Search in C++ – Algorithm, Source Code and Complexity
Basic Theory of Depth First Search Depth – first searches are performed by diving downward into a tree as quickly as possible. It does this by always generating a child node from the most recently...
View ArticleC Program implementing the Bisection Method ( Numerical Computing )
(adsbygoogle = window.adsbygoogle || []).push({}); First read Bisection Method Algorithm and Flowchart [Numerical Computing] Method 1: This program in C is used to demonstrate bisection method....
View ArticleC Program implementing Lagrange Interpolation Formula (Numerical Computing)
(adsbygoogle = window.adsbygoogle || []).push({}); In numerical analysis, Lagrange polynomials are used for polynomial interpolation. For a given set of distinct points Xi and numbers Yi, the Lagrange...
View ArticleCreating Simple Login Page Template using Bootstrap
(adsbygoogle = window.adsbygoogle || []).push({}); Twitter Bootstrap provides an easy and fastest way to create different types of form using its already defined css classes like form-group and...
View Article