// 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 more
Recent Comments