Suppose you have this array: $people = array(    array(‘firs…

Suppose you have this array: $people = array(    array(‘first’ => ‘Fred’,    ‘last’ => ‘Flintstone’),    array(‘first’ => ‘Wilma’,   ‘last’ => ‘Flintstone’),    array(‘first’ => ‘Barney’,  ‘last’ => ‘Rubble’),    array(‘first’ => ‘Betty’,   ‘last’ => ‘Rubble’),    array(‘first’ => ‘Pebbles’, ‘last’ => ‘Flintstone’),    array(‘first’ => ‘Bam Bam’, ‘last’ => ‘Rubble’),); Write a loop goes through $people and outputs the full name of all the people with the last name Flintstone. Separate each name with a BR tag.

A 55-year-old female patient presents to the clinic for a we…

A 55-year-old female patient presents to the clinic for a wellness examination. The nurse practitioner observes during the history taking portion of the examination that the patient is obese and was a gymnast when she was a young girl into her teen years. Additionally, the patient has been most recently diagnosed with hypermobility syndrome. What is this patient at risk for?