// Please enter your birthday in this // format(including spaces): // DD MM YYYY // 22 01 1997 #include <iostream> using namespace std; int [β¦]
Read moreTag: programming tutorial c++
Define a Function array() which takes input in array and a function sum() which calculate the sum of the same array. Call the function in main() in a loop of five times β Simple loop and array question , matrix question , 2d array question
Define a Function array() which takes input in array and a function sum() which calculate the sum of the same array. Call the function in [β¦]
Read moreInput two matrix in 3-D array and multiply and store in another array β Simple loop and array question , matrix question , 2d array question
Input two matrix in 3-D array and multiply and store in another array β Simple loop and array question , matrix question , 2d array [β¦]
Read moreInput a matrix in 3-D array and calculate the sum of its diagonal β Simple loop and array question , matrix question , 2d array question
Input a matrix in 3-D array and calculate the sum of its diagonal β Simple loop and array question , matrix question , 2d array [β¦]
Read moreInput a matrix in 3-D array and check if it is identity matrix or not β Simple loop and array question , matrix question , 2d array question
Input a matrix in 3-D array and check if it is identity matrix or not β Simple loop and array question , matrix question , [β¦]
Read more
Recent Comments