C++ Program to Count People Within Maximum Height
The\ code\ reads\ in\ 10\ integer\ values\ representing\ the\ heights\ of\ 10\ people.\ It\ then\ reads\ in\ an\ additional\ integer\ value\ representing\ the\ maximum\ height\ allowed.\ \n\nThe\ code\ then\ checks\ each\ height\ in\ the\ array\ and\ increments\ a\ counter\ if\ the\ height\ is\ less\ than\ or\ equal\ to\ the\ maximum\ height\ allowed.\ \n\nFinally,\ the\ code\ prints\ out\ the\ value\ of\ the\ counter,\ which\ represents\ the\ number\ of\ people\ whose\ height\ is\ less\ than\ or\ equal\ to\ the\ maximum\ height\ allowed.
原文地址: https://www.cveoy.top/t/topic/pN7P 著作权归作者所有。请勿转载和采集!