coder52 / Cpp-Primer-Solutions-2013

MIT License
0 stars 0 forks source link

Page 152 Exercise 4.21: #11

Closed coder52 closed 3 years ago

coder52 commented 3 years ago

Write a program to use a conditional operator to find the elements in a vector that have odd value and double the value of each such element.