User: JohnDoe321

  • Public profile

User profile: JohnDoe321

User info
User name:JohnDoe321
History
Joined:
Number of posts:5
Latest posts:

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 name
That is the structure that I created: [CODE] #include <iostream> #include <string> ...

Find maximum and minimum element in array
This is a new code: [code]#include <iostream> int main() { // Initialised inline to simplify e...

Find maximum and minimum element in array
Well that's the whole code: [code] #include <iostream> using namespace std; int main() { int A[4][...

Find maximum and minimum element in array
Hi 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