User: KBlythe

  • Public profile

User profile: KBlythe

User info
User name:KBlythe
History
Joined:
Number of posts:28
Latest posts:

Arrays
[code]#include <iostream> #include <string> using namespace std; int main() { string names[3]; ...

Arrays
Extend part 1 such that the name, and the corresponding sales amount, of the salesman who sold the h...

Arrays
I got my code to print out 10 numbers by changing i < n to i <= n but I still need help printing the...

Arrays
[code]#include <iostream> using namespace std; void readElements(int arr[], int n) { int i = 1;...

Arrays
Sorry! Here are the errors that I get In function 'int main()': 14: error: 'readElements' was not d...

This user does not accept Private Messages