Home
О нас
Products
Services
Регистрация
Войти
Поиск
arinatem634
@arinatem634
June 2023
1
4
Report
k=[1,3,4,6,7,8,13,45] нахождение четных и нечетных чисел
Please enter comments
Please enter your name.
Please enter the correct email address.
Agree to
terms of service
You must agree before submitting.
Send
Answers & Comments
bbespaev27
int n;
cin>>n;
int k[n];
for (int i=0;icin >> k[i];
for (int j=0;j
if ( k[j] % 2==0){
cout <<“ четное ”<} else {
cout <<“нечетное”<}
}
}
0 votes
Thanks 0
bbespaev27
почему некоторые элементы пропадают ?
arinatem634
хз
More Questions From This User
See All
arinatem634
June 2023 | 0 Ответы
a915e02e078e7a8e8612fb0435f27dff
Answer
arinatem634
June 2023 | 0 Ответы
48ce7ec214a7dd458c222616fd3d5566
Answer
arinatem634
June 2023 | 0 Ответы
20 5 2 649185d69f2a4
Answer
×
Report "k=[1,3,4,6,7,8,13,45] нахождение четных и нечетных чисел "
Your name
Email
Reason
-Select Reason-
Pornographic
Defamatory
Illegal/Unlawful
Spam
Other Terms Of Service Violation
File a copyright complaint
Description
Helpful Links
О нас
Политика конфиденциальности
Правила и условия
Copyright
Контакты
Helpful Social
Get monthly updates
Submit
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
cin>>n;
int k[n];
for (int i=0;icin >> k[i];
for (int j=0;j if ( k[j] % 2==0){
cout <<“ четное ”<} else {
cout <<“нечетное”<}
}
}