Срочно!!! Тут легко #include
#include
int random(int N) { return rand() % N; }
main()
{
const int N = 10;
int A[N], i;
printf("Исходный массив:\n");
for (i=0; i A[i] = random(110) - 50;
printf("%4d", A[i]);
}

Значения элементов массива A будут находиться в диапазоне...

Варианты:
1) от -50 до 60
2) от -50 до 59
3) от 60 до 109
4) от 60 до 110
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.