structure TN{
string name;
long telephoneNumber;
};
void display(string name){
for (int i = 0 ; i < r.size() ; i++){
if (
r.name == name)cout<<r.number <<endl;
return;
}
cout<<"record not found\n";
}
main (){
vector <TN> telephoneRecords;
//here you can append any number of records
}
Comments
Dear visitor, Please submit your comment as a separate question and we will try to help you.
Dear visitor, please use panel for submitting new questions.
Write a program to print all the multiplication tables from 11 to 20 up to first 10 multiples of each
Write a function prototype (in C++) for a function which accepts two integers as parameters and returns their difference
Leave a comment