User profile: digital D

User info
User name:digital D
History
Joined:
Number of posts:11
Latest posts:

I hope to help me solution
Here's an example for u to speculate... [Code] #include <iostream> #include <cstdlib> #include <cti...

help with average and classes
How about this way... [code]#include <iostream> using namespace std; class TestScores { double ...

Error codes.
Note: I didn't understand your formulas to calculate the bill. Why did you have to deduct minutes (l...

while loop and string limit question
Try this ... [code] #include <iostream> #include <string> using namespace std; int main () { s...

function not returning true false,how to cout index of array
try this ... [code]cout << "Value returned by the function is : " << isSame(num,siz);[/code] [code...