Feeds
提问
Given a vector containing N integers, write an M-flies to calculate how many elements in this vector are odd and how many are even. example if the given vector is :
input_v=[27 43 55 95 42 98 31] %your program should output the following messages: >>The number of odd elements is 5. >>The ...
8 years 前 | 2 个回答 | 0
