You are given two strings containing only lowercase English…

You are given two strings containing only lowercase English letters. Write a function in C++ or using pseudocode that takes as input the two strings and returns a string containing the characters common to both strings in alphabetical order using a set or map data structure (unordered_set, unordered_map, set, or map). You are not allowed to call the set_intersection method that is available in standard libraries. You MUST implement the intersection yourself.   Example 1:first string: “dabhieqiad”Second string: “bbxlwqyii”Output: “biiq”Example 2:First string: “kddaaannnnn”Second string: “yyyyydnnnaa”Output: “aadnnn”

While standing in line at the pharmacy, Mitrell notices that…

While standing in line at the pharmacy, Mitrell notices that a woman walks in, picks up an allergy medication, and cuts in front of everyone who is waiting to pay. She walks up to the register, drops a $10 bill on the counter, and walks out. Mitrell assumes that this woman is very rude, but he does not know that there is a child in her car who is having an allergy attack. Mitrell’s judgment in this situation reflects