Question #1: a) Write a simple C program to print out a 3x3 array and find the smallest and largest number in the array.

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Question #1: a) Write a simple C program to print out a 3x3 array and find the smallest and largest number in the array.

Post by answerhappygod »

Question #1:
a) Write a simple C program to print out a 3x3 arrayand find the smallest and largest number in the array. Askuser for the elements.
b) Write a simple C program to print out a 3x3 arrayand find the sum and average of the diagonal elements. Askuser for the elements.
c) Write a simple C program to print out a 3x3 arrayand find the how many times a specific element is present inthe array. Ask user for the elements.
d) Write a simple C program to print out a 3x3 arrayand sort one row at a time in ascending order. Ask user forthe elements.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply