<?php $my_array = [ "user1" => "100", "user2" => "200", "user3" => "300" ]; echo array_sum($my_array) - ($my_array['user3'] ?? 0);
You have javascript disabled. You will not be able to edit any code.