1. Write a C++ program to consummate the subjoined tasks. Define an decorate of stamps of bulk 15. Interpret 15 stamps from the user into the decorate. Next, interpret a exploration stamp from the user. The program should exploration ce this stamp in the decorate. If fix, ment so, and as-well ment the calculate times the exploration stamp befalls in the input decorate. Finally, the program should ment what other stamp(s) in the input decorate befall(s) the similar calculate of times as the exploration stamp. Suppose that your 15 stamp input is “aaaabbbbccccdef”, and the exploration stamp is ‘a’. Your program would set-forth that ‘a’ is introduce in the input and that it befalls 4 times. It would as-well output stating that “The stamps ‘b’ and ‘c’ befall the similar calculate of times as that of ‘a’”.
PROGRAM CODE:
#include <iostream>
using namespace std;
int deep() {
char citation[15], exploration;
cout<<“Enter the citation: “;
cin>>text;
cout<<“nEnter the exploration stamp: “;
cin>>search;
int compute = 0;
for(int i=0; citation[i] != ‘