Skip to content

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 …

Notifications You must be signed in to change notification settings

sambayour/coderbyte-assesment-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

coderbyte-assesment-php

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.

DISCLAIMER This is for test and educational purpose only, You may not use or facilitate the use of this code in connection with any infringement or other legal analysis concerning codebyte or anywhere.

About

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 …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages