C++ Создать массив размером 20 и заполнить его склавиатуры. Найти кол-
во четных и нечетных элементов массива.

вот начало кода
#include
using namespace std;
int main(){
setlocale(LC_ALL, "Russian");

int mas[20] = {};
int buff;

for (int i = 1; i <= 20; i++){
cout << "Введите " << i << " число " << endl;

cin >> mas[i];
}
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Copyright © 2024 SCHOLAR.TIPS - All rights reserved.