User profile: OmegaZero69

User info
User name:OmegaZero69
Name:Leonard Velazquez
History
Joined:
Number of posts:17
Latest posts:

Problem with display user inputted Month, Day, Year using classes
In your main file you don't need the function prototypes since you are including the Date.h file and...

Input elements in an array
I will assume he meant an nxn array. You will need a nested for loop to traverse the whole array ins...

Can Anyone help?
This seems interesting you can take different approaches like the ones mentioned you can also use tw...

using functions
Ran your code and your function GetHighest has a g unfinished which you probably forgot to finish wr...

Void Function
Inside the void print the numbers you want to print.