User profile: shannonhos

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

Binary file
Declare a structure Animals that has  breed type, and price as its members.   Declare a variable ...

Realted classes
Which would be the base class? Book? If you are asked to write three classes : class Person, Book...

Dynamis array with a pointer?
Is this all the question is asking for? #include<iostream> #include<string> using namespace std; ...

Dynamis array with a pointer?
Not sure how to start this? Write a program that uses a dynamic array that contains 5 items of doubl...

Mean median and mode problem
Write your question here. I can't figure out how to get the mode [code] // This program calcula...