Question: Write in Java Java Age Counting In the Java file, write a program to perform a GET request on the route https://coderbyte.com/api/challenges/json/age-counting which contains a
Java Age Counting
In the Java 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. Example Input {"data":"key=IAfpK, age=58, key=WNVdi, age=64, key=jp9zt, age=47"} Example Output 2
Example Output with ChallengeToken EMPTY
Once your function is working, take the final output string and remove any characters (case-insensitive) from it that appear in your ChallengeToken. If the new final string is empty, return the string EMPTY.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
