In this problem, we are given a value that denotes the side of an icosahedron. Our task is to create a program to find the Area and Volume of Icosahedron in C++.Icosahedron is a regular 30 sided polyhedron. It has 20 equilateral triangles of the same side. There are only 12 vertices of this polyhedron.Dashed lines are for the edges that are behind the visible surface.Let’s take an example to understand the problem, Inputa = 4Program to illustrate the working of our solution, Example Live Demo#include using namespace std; float calcIcoSArea(float a) { return (8.660 * a * a); ... Read More
In this problem, we are given a number n that denotes that side of the pentagon. Our task is to create a program to find the Area of a Pentagon in C++.Pentagon is a five-sided geometric figure.Regular pentagon is a pentagon with all five sides and angles equal.Let’s take an example to understand the problem,Inputa = 7Output84.3Program to illustrate the working of our solution,Example Live Demo#include using namespace std; float calcpentagonArea(int a){ return ( ((6.8819)*a*a)/4); } int main() { int a = 7; cout
In this problem, we are given two numbers that give the number of sides of a polygon N and the length of each side A. Our task is to create a Program to find the Circumcircle of any regular polygon in C++.Problem description − Here, we need to find the radius and area of the circumcircle of the regular polygon whose side number and length are given.Let’s take an example to understand the problem, Inputn = 4 a = 2Program to illustrate the working of our solution, Example Live Demo#include using namespace std; void CalcRadAreaCircumcircle(float n, float a) { ... Read More
With the fast transition in the trends of IT industry, there comes out the new and innovated designations to comply with. These new job profiles are emerging and capturing the market to help the industry sustain in the fast-paced technology market. Here we are going to discuss few prominent and newly invented positions which are capturing the market and making its space in the traditional boardrooms.Few of these designations existed in the industry, but until now, they didn’t get the recognition. Now due to the changing face of technology, the importance of these designations and their respective areas are coming ... Read More
A thermal power station or steam power plant is a generating station which converts the heat energy of coal combustion into electrical energy.To achieve overall economy in power generation, the following factors should be considered while selecting a site for a thermal power plant −Supply of Fuel (Coal)The thermal plant should be located near the coal mines so that the transportation cost is minimum. Although, if the thermal power plant is to be installed at a place where coal is not available near the site, then care should be taken that adequate facilities exist for the transportation of coal.Water AvailabilitySince ... Read More
Bank jobs are currently among the most in-demand jobs in India. More than 20 lakh aspirants generally appear for exams conducted by IBPS, RBI, SBI, private Indian banks, co-operative banks along with gramin banks at the clerical, PO (Probationary Officer) and SO (Specialist Officer) levels. These bank exams help to filter a large proportion of aspirants based on their exam performance. Shortlisted candidates then go through rounds of group discussion and personal interviews.There is no fixed syllabus for such exams. While the broad areas from which questions can be asked are known, no question is generally considered “out-of-syllabus”. You have ... Read More
What would a consumer expect from a product or a service that he had paid for — Quality, Value for Money, and most important of all Satisfaction. Right? But, in today’s cut-throat market, a consumer also expects good, if not excellent, customer service, post the purchase of a product. The quality of service that you get from a manufacturer or a service provider determines whether you would stay loyal to that brand or switch over to something else. In other words, it is the quality of service that determines whether a manufacturer or a service provider can hold on to ... Read More
Training is essentially a process through which the skills of the employee are enhanced and an attitude is developed towards a particular direction. This is directed towards the achievement of a specific purpose. Training is generally of two categories. There is probationary training that is given to the fresh employees to help them get an induction about the working of an organization.The second type is in-service training. This is generally given to employees after 5-6 years of completion of service which serves as a refresher’s course to add up new knowledge or any essential skill. Training remains the backbone for ... Read More
Today, we don’t have the time to read newspapers. Instead of that, we think it’s economical and easier to just download a news app or simply rely on different websites for various news. If I ask how many of us have been a victim of fake news, I guess all of us will raise their hands. Not everything we read or see posted by any news channel report is true. We get fake news, and no matter how much we hate it, we could not do anything except to criticize the source.Right before the election in U.S we saw how ... Read More
Indian Administrative Services is the most-prestigious All-India Services and the candidates are recruited by the Union Public Service Commission. It was formerly known as the Indian Civil Services which was renamed as IAS after 1947.IAS officers contribute in nation-building, national integration and cooperative federalism and hence, are considered to be the backbone of Indian Administration. Qualifying for IAS requires an immense amount of dedication, hard work, discipline along with proper training and guidance. Following are some points for the aspirants who wish to become an IAS officer:Eligibility (Qualifications and Disqualifications)To appear for the examinations, the Candidate has to be minimum ... Read More