There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
CODERBYTE: PHP Age Counting In the PHP file, write a program to perform a GET request on the route https://coderbyte.com/api/challenges/json/age-counting which contains a data key and the value is a string which contains items in the format: key=STRING, age=INTEGER. Your goal is to count how many items exist that have an age equal to or greater than 50, and print this final value.