Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~2K People Reached
About Me

I'm currently engaged to my computer learning the details of c++. I'm new to c++ so be nice to me.

I'm studying a BA in computer-generated multimedia through unisa.

Interests
photography, drawing/painting, photoshop, sleeping-in, googling hypnosis
Favorite Forums
Favorite Tags
c++ x 21
Member Avatar for taumang

[ICODE]please forward the function to calculate the smallest and largest without using (if,while else) statements Input three different integers: 13 27 14 Sum Average Product Smallest Largest 54 18 4914 13 #include<iostream> using namespace std; int main() { int x,y,z; cin>>x>>y>>z; cout<<"the sum is ="<<x+y+z<<endl; cout<<" average is ="<<(x+y+z)/3<<endl; cout<<" …

Member Avatar for madifemo
-1
233
Member Avatar for Tamlyn

Hey everyone I'm new to c++ and new to daniweb so hope you guys can help :icon_cheesygrin:

Member Avatar for e-papa
0
36
Member Avatar for jerbElijah

your kindness is highly appreciated....:-) this is it: ----The New telephone company has the following rate structure for long-distance calls 8:00 am (0800 hours) is discounted 50% ----any call started or after 8:00 am () but before 6:00 pm (1800 hours) is charge full price. ----all calls are subject to …

Member Avatar for KumarUtkarsh
-3
283
Member Avatar for Tamlyn

Hey everyone :) I've been working on the first part of a program which I'm doing in 4 steps. Here's the first step which I have completed: Function inputAndValidate This function inputs the time. The time should be entered as two separate values for the hours and minutes. Do not …

Member Avatar for Tamlyn
0
146
Member Avatar for michaelalboto

Hello, I am Coming join the discussion for PPC...& I also provide Dating tips and advice to consider when dating new people. An honest collection of articles for single women and men. so you will suggest to me for learning PPC..& Other related tools.. Thank You..

Member Avatar for Tamlyn
0
29
Member Avatar for Tamlyn

Hey everyone :) Hope you can help Here is what I've done with the instructions given: I need to know the average price difference between the cash and credit prices. But i'm pretty sure that only comes in at the end. Here is what my this function is supposed to …

Member Avatar for Tamlyn
0
107
Member Avatar for UltimateKnight

Hi to all. I am a beginner at C++ programming. I wanted to ask for some tutorials or videos from which I can learn.. I have done some small steps in programming before and I really love it. I am very interested in this area and I would be thankful …

Member Avatar for Tamlyn
0
298
Member Avatar for Tamlyn

Hey guys Here's my code that is giving me a compiler error ? Why is my darling computer complaining so horribly about what I always do with cin and cout which is give them their respective accessories >> and << ? Here's the code for the main function: int main() …

Member Avatar for Tamlyn
0
243
Member Avatar for Tamlyn

Hey everyone :) I'm new to c++ and have just joined this site. Looks great. Hope you guys can help. I'm having trouble with the function calcAllowedPerChild() What I want the function to do: subtract the gifts TOOTHBRUSH, HIGHLIGHTERS, CRAYONS, NOTEBOOK , AND PEN, from the amount left(leftToSpend) while the …

Member Avatar for Tamlyn
0
367