<?php $heightKid = 169;$numberHeight = 0; $classmatersHeight = array(`Anton` => 169,`Malvina` => 168,`Alex` => 198,`Dron` => 181,`Max` => 185,`Pablus` => 192,`Rat` => 170,`Dwarf` => 171,); foreach ($classmatersHeight as $key => $value){ echo "Имя одноклассника - $key <br/> "; echo "рост одноклассника - $value <br/>"; if ($value > $heightKid) $numberHeight++;};
Standard input is empty
Имя одноклассника - <br/> рост одноклассника - 171 <br/>
sh: 1: Anton: not found sh: 1: Malvina: not found sh: 1: Alex: not found sh: 1: Dron: not found sh: 1: Max: not found sh: 1: Pablus: not found sh: 1: Rat: not found sh: 1: Dwarf: not found
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!