6 статические массивы


Download 6.68 Kb.
Pdf ko'rish
Sana19.06.2023
Hajmi6.68 Kb.
#1619259


ТЕМА 6 СТАТИЧЕСКИЕ МАССИВЫ 
DINIKULOVA SEVINCH 
#include  
int main() { 
int totalStudents; 
int excellentCount = 0; 
int goodCount = 0; 
std::cout << "Введите общее количество студентов: "; 
std::cin >> totalStudents; 
for (int i = 0; i < totalStudents; i++) { 
int grade; 
std::cout << "Введите оценку студента (от 1 до 5): "; 
std::cin >> grade; 
if (grade == 5) { 
excellentCount++; 
} else if (grade >= 4) { 
goodCount++; 




std::cout << "Количество студентов, сдавших экзамен на отлично: " << excellentCount << std::endl; 
std::cout << "Количество студентов, сдавших экзамен на хорошо: " << goodCount << std::endl; 
return 0; 


Download 6.68 Kb.

Do'stlaringiz bilan baham:




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©fayllar.org 2024
ma'muriyatiga murojaat qiling