Question: Computer Engineering Department Computer Skills II LAB Name: Write a C++ program that reads a 10 element array and find 1- The maximum. 2- The




Computer Engineering Department Computer Skills II LAB Name: Write a C++ program that reads a 10 element array and find 1- The maximum. 2- The minimum. 3- The number of positive elements 4- The number of negative elements 5- The average of even numbers. 6- The sum of odd numbers. Name: Q1-Write a program that user enters 10 integer number from the Keyboard and finds: a) The sum of positive numbers b) The sum of negative numbers c) The average of odd numbers d) The average of even numbers Q2- Write a program that user enters Integer number from the Keyboard and finds its factorial Name: Write a program, such that the user enters two numbers from the K.B x and y and finds their summation or subtraction or multiplication or division , based on a character the user enters and prints the result on screen (using switch .. case). Computer Engineering Department Name: - Write a program to Multiply Two Matrix Using Multi-dimensional Arrays, follow these steps a) Enter the elements for each from keyboard b) Print the elements on screen for each matrix c) Display the result after multiplication on screen d) Print the reverse diagonal for the result matrix
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
