Increase year after every 3 iterations while looping – PHP
I have an array contain n number of elements can be 6 or 8, like that: $langs = ["PHP", "JAVA", "Ruby", "C", "C++", "Perl"]; I would like to add one year evenly next to the elements Desired output in case…