c++ Structures export data for specific name, country, last name[quote]You have defined the Student structure, but you didn't declare an array of Students; therefor...
c++ Structures export data for specific name, country, last nameThat is the structure that I created: [CODE] #include <iostream> #include <string> ...
Find maximum and minimum element in arrayThis is a new code: [code]#include <iostream> int main() { // Initialised inline to simplify e...
Find maximum and minimum element in arrayWell that's the whole code: [code] #include <iostream> using namespace std; int main() { int A[4][...
Find maximum and minimum element in arrayHi there! I need to find the mimimum element in two-dimensional(4,4) array by row and maximum elemen...
This user does not accept Private Messages