merhaba arkadaşlar C dilini oğrenmeye yeni başladım yabancı sitelerin birinde dolaşırken bir soruya rastladım. Bu soruyu anlatımlı olarak cozebilicek bir arkadaş varmı. Kolay birşeydir belki ama yolun başında oldugum icin biraz zorlandım. teşşekurler
Soru:
A one-dimensional array contains prices of products. The array size is 30 elements maximum.
Write a program in C that realizes following actions:
-Fills the array of elements;
-Outputs the filled array on the screen;
-Finds the most expensive product.
Create individual functions to fill the array, the array output its treatment.
__________________