Description
TAs: Seydanur Ahi, Sibel Gulmez and Basak Karakas
Write a C program that performs the task described below. Name your c file as nameSurnameId.c [ex: basakKarakas1850044026.c]
Upload your file to your section’s submission page on moodle.
1 Task
• Create a 2D integer array at size 10×10
• Fill this array with randomly generated numbers between 20 and 99
• Print it to console in row-wise format
• Add the sum of each column to a 1D array
• Print the 1D array
Good luck 🙂
1




Reviews
There are no reviews yet.