Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #44.2K
Ranked #4K
~2K People Reached

4 Posted Topics

Member Avatar for Tareq_1

Here is a simple solution that I came up with. Let me know if that helps or if you have any questions about it. #include <iostream> using namespace std; bool isOdd(int input); int main() { int input; int sum = 0; int count = 0; do { cout << "Enter …

Member Avatar for brothman01
0
786
Member Avatar for Aeonix

This is a very open ended question as there are many factors that could lead to increasing the speed at which TCP/UDP packets get delivered. For example, in my opinion, increasing processor capacity and memory capacity in a service provider router would increase the time it takes for that device …

Member Avatar for rubberman
0
358
Member Avatar for Sulayman_1

You need to write it out such as psuedocode or a flow chart which will help you best. In each section derive the method you wish to use and then what each should do and when (such as charge at end of every month vs. every transaction). Do some research …

Member Avatar for JamesCherrill
-2
865
Member Avatar for Rain_1

Honestly the first thing that I always do when trying to figure out a problem is write it in psuedocode. This lays out what I need the program to do and will help me visualize the best solution to the problem. It also helps with other things such as helping …

Member Avatar for Andrew_36
0
431

The End.