c++

[Solved] Hollow Pyramid with C++

[Solved] Hollow Pyramid with C++

Hollow Pyramid: The much awaited event at the entertainment industry every year is the “Screen Awards”. This year the event is going to be organized on December 25 to honour the Artists for their professional excellence in Cinema. The Organizers…

[Solved] Seven Segment Display with C++

[Solved] Seven Segment Display with C++

Seven Segment Display: The Event Organizing Company “Buzzcraft” wanted to procure seven segment displays to display any numeric information display boards, scrolling ad banners, etc., to place it in their Events. The Company contracted out their order to MDC team…

[Solved] Transceiver Communication with C++

[Solved] Transceiver Communication with C++

Transceiver Communication: The ExCon Fair is the region’s largest trade fair on Construction Equipments & Technology. The Event is targeted to be attended by approx. 30 million visitors. To ensure the smooth functioning of the event and the safety of…

[Solved] Change Position with C++

[Solved] Change Position with C++

Change Position: The room that Patrick and Johnny were staying was very big. They felt lazy to walk inside the room from the bed’s location to another location. So they wanted to change the position of the bed. The shape…

[Solved] Count Vowel with C++

[Solved] Count Vowel with C++

Count Vowel: In the Mini project 8th module is to find the number of vowel letters in a word(consider both uppercase and lowercase). Rita allotted this function to Patrick.Help Patrick to write a program to find the number of vowel letters…

[Solved] Compare 2 arrays with C++

[Solved] Compare 2 arrays with C++

Compare 2 arrays: Write a program to find whether 2 arrays are contains the same element in same index position.  Input Format: Input consists of 2n+1 integers. The first integer corresponds to ‘n’ , the size of the array. The…

[Solved] Trade Fair with C++

[Solved] Trade Fair with C++

Trade Fairs are important for companies to present their products and to get in touch with its customers and business parties. One such grandeur Trade Fair Event was organized by the Confederation of National Large Scale Industry.Number of people who…

[Solved] Distance between 2 Points with C++

[Solved] Distance between 2 Points with C++

Distance between 2 Points: Mrs. Anitha , our favourite Maths teacher wanted to teach her new batch students to find the distance between 2 points.Write a program to accept 2 points and to calculate the distance between them using functions…

[Solved] Odd or Even with C++

[Solved] Odd or Even with C++

Odd or Even: Mrs. Anitha , our favourite Maths teacher wanted to teach her students to check whether the given number is odd or even.Write a program to accept an integer and to check whether the given number is odd…