In the textbox provided, write Swift code to that will accom…

In the textbox provided, write Swift code to that will accomplish the following tasks: =================== -Create Dictionary, where the values are a mixture of doubles, integers, strings, and booleans.  * then Print the key/value pairs within the collection ================== KEYS AND VALUES ARE KEY                      VALUE =================== CLUBS                 4 (INT) HEARTS              15.25 (DOUBLE DIAMONDS        false (boolean) SPADES               JACK (STRING ========== 2- Create a variable total of type Double set to 20.  ======= Then loop through the DICTIONARY that was loaded, and     modify the total variable in the following ways: ———————————————— for integer and double values: *. add the value of each integer and double to your total variable’s value   ————————————— * for string values: For each string value, add 1 1/2  to the total.  ———————— For each boolean value,         for those that the value is true:                 DECREASE the total  by 6          for those that ARE NOT true (or it is false):                INCREASE it by 10. ONCE the total has been updated:  Print the value of total. =============

You receive a referral from the local pain clinic to help a…

You receive a referral from the local pain clinic to help a gentleman with his small heel wounds. The pain clinic is treating him for bilateral leg pain that has persisted for over 6 months.  Upon examination, you notice that his legs are lacking hair on the distal half of his legs, his toenails are thick and hyperkeratotic, the forefoot and plantar surfaces of his feet have moderate erythema with some areas of splotchiness.  His wounds are small but 100% eschar.  He reports that his leg pain gets worse at night in bed.  What underlying etiology do you suspect?