Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~183 People Reached
Favorite Tags
Member Avatar for Jenny Collins

I executed my 'cmd.exe' and it comes up but when I try to execute a command it returns "is not recoginized as an internal or exteranal command, operable command or batch file." These were some of the commands I was trying to use: netstat, ping, Help someone please!!

Member Avatar for iamthwee
0
67
Member Avatar for Jenny Collins

I got the average to work, but how can I make this program first list the high & low temps? Any help with this would be great. int sum, count; sum=0; count=0; do { count++; int number=readNumber(); sum=sum+number; cout << "The average is " << sum/(double)count << endl; } while …

Member Avatar for vmanes
0
116