Startertutorials Blog
Tutorials and articles related to programming, computer science, technology and others.
Subscribe to Startertutorials.com's YouTube channel for different tutorial and lecture videos.

CPP program to illustrate enumerations

Categories: Others. No Comments on CPP program to illustrate enumerations

In this article we will learn to implement a CPP program to illustrate enumerations. A C++ program is provided below to demonstrate enumerations.   Subscribe to our monthly newsletter. Get notified about latest articles, offers and contests. Email address: Leave this field empty if you’re human: Program is as follows: #include <iostream> using namespace std; […]

Read the rest of this entry »

CPP program to illustrate scope resolution operator

Categories: Others. 2 Comments on CPP program to illustrate scope resolution operator

In this article we will learn to implement a CPP program to illustrate scope resolution new and delete operators. A C++ program is given below to demonstrate scope resolution operator, new operator and delete operators.   Subscribe to our monthly newsletter. Get notified about latest articles, offers and contests. Email address: Leave this field empty […]

Read the rest of this entry »

CPP program to calculate the fare for the passengers travelling in a bus

Categories: Others. No Comments on CPP program to calculate the fare for the passengers travelling in a bus

In this article we will learn to implement a CPP program to calculate the fare for the passengers travelling in a bus. We will write a C++ Program to calculate the fare for the passengers travelling in a bus.   When a Passenger enters the bus, the conductor asks “What distance will you travel?” On […]

Read the rest of this entry »

CPP program to calculate simple interest and compound interest

Categories: Others. No Comments on CPP program to calculate simple interest and compound interest

In this article we will learn to implement a CPP program to calculate simple interest and compound interest.   A program that computes the simple interest and compound interest payable on principal amount(in Rs.) of loan borrowed by the customer from a bank for a given period of time (in years) at specific rate of […]

Read the rest of this entry »

CPP program to display basic data type values

Categories: Others. No Comments on CPP program to display basic data type values

In this article we will learn to implement a CPP program to display basic data type values. A C++ program is provided below to print the basic data type values.   Subscribe to our monthly newsletter. Get notified about latest articles, offers and contests. Email address: Leave this field empty if you’re human: This is […]

Read the rest of this entry »