943,431 Members | Top Members by Rank

Ad:
You are currently viewing page 1 of this multi-page discussion thread
Jul 19th, 2003
0

Something People Should Look At BEFORE Posting...

Expand Post »
I love this little thing, and it makes a lot of sense.

if ( $clue eq 'none' ) { read ( handbook | faq | man | others ) && search ( whatis | lists | forum | google ) } if ( $answer == 0 ) { post->question }
Similar Threads
Moderator
Reputation Points: 322
Solved Threads: 28
The C# Man, Myth, Legend
Tekmaven is offline Offline
914 posts
since Feb 2002
Apr 11th, 2004
1

Re: Something People Should Look At BEFORE Posting...

I cannot get the address line on internet explorer. Using Juno have to go through search. I am also using hotmail. it comes up in Spanish. When I click on Coreo it everts to English. It happeened suddenly Canot pinpoint anything.

I am using Windows 98 secnd edition my microp[rocessoe is MMx233

Where di I look for areply

Thank you
Reputation Points: 11
Solved Threads: 0
Newbie Poster
zomets is offline Offline
1 posts
since Apr 2004
Apr 11th, 2004
1

Re: Something People Should Look At BEFORE Posting...

Do you have a compiled version of that code? :mrgreen:

(I'm kidding... No really I'm kidding...)
Reputation Points: 93
Solved Threads: 0
Junior Poster
The Soundman is offline Offline
136 posts
since Dec 2003
Apr 13th, 2004
1

Re: Something People Should Look At BEFORE Posting...

heh heh......

Rather eliminates the need for a forum, doesn't it?
Team Colleague
Reputation Points: 229
Solved Threads: 149
Grandad
Catweazle is offline Offline
3,826 posts
since Mar 2004
Apr 13th, 2004
1

Re: Something People Should Look At BEFORE Posting...

nah it doesnt eliminate the need for forums jst for answering the same questions over and over and over. and for answering questions that could have been found really easily with a quick google search
Team Colleague
Reputation Points: 36
Solved Threads: 2
PFO Founder
big_k105 is offline Offline
308 posts
since May 2003
Apr 13th, 2004
0

Re: Something People Should Look At BEFORE Posting...

It's actually quite remarkable just how many people, quite competent in their everyday computer usage, just don't have a high enough level of literacy to be able to cope with formulating search criteria to use.
Team Colleague
Reputation Points: 229
Solved Threads: 149
Grandad
Catweazle is offline Offline
3,826 posts
since Mar 2004
Jul 28th, 2004
0

Re: Something People Should Look At BEFORE Posting...

Design and write a C++ program for the problem given below. Apply the rules of good programming style by making your program modular, and using parameters and local variables in subprograms or functions. Add comments where necessary for each function. Use meaningful variable names. Your program should be user friendly.

A grade 12 class wrote a test in information technology which counted 50 marks. Their teacher wants to find out how many pupils got a mark between 0 and 49 percent (i.e. how many pupils failed), and how many got a mark of 50 percent and more (i.e. how many pupils passed the test). He also wants to determine the average mark of those who failed and the average mark of those who passed. Your task is to write a C++ program to do this. The marks should be entered until -999 is typed in and at the end the two totals calculated as well as the two averages have to displayed.
Your program should make use of the following 3 functions to solve the problem:

readInput( ): In this function, the end-user(teacher) should be prompted for a mark to be entered. After the mark has been captured it should be send back to the calling function, namely main( )

calculateTotals( ): Calculates the totals up to that point. In this function the mark that has just been read in, must be investigated to see which totals should be updated. It will be necessary to update two totals every time: One (1)should be added to the number of pupils in the specific group, and the mark should be added to the total of marks in that group (because later you have to calculate the average). You will need one or more if statements

showResults( ): displays the number of pupils in each group as well as the average mark for each group. However if the number of pupils in the group is zero, the average should not be calculated and displayed
Reputation Points: 10
Solved Threads: 0
Newbie Poster
hlokzila is offline Offline
6 posts
since Jul 2004
Jul 28th, 2004
0

Re: Something People Should Look At BEFORE Posting...

Quote originally posted by hlokzila ...
Design and write a C++ program for the problem given below. Apply the rules of good programming style by making your program modular, and using parameters and local variables in subprograms or functions. Add comments where necessary for each function. Use meaningful variable names. Your program should be user friendly.

A grade 12 class wrote a test in information technology which counted 50 marks. Their teacher wants to find out how many pupils got a mark between 0 and 49 percent (i.e. how many pupils failed), and how many got a mark of 50 percent and more (i.e. how many pupils passed the test). He also wants to determine the average mark of those who failed and the average mark of those who passed. Your task is to write a C++ program to do this. The marks should be entered until -999 is typed in and at the end the two totals calculated as well as the two averages have to displayed.
Your program should make use of the following 3 functions to solve the problem:

readInput( ): In this function, the end-user(teacher) should be prompted for a mark to be entered. After the mark has been captured it should be send back to the calling function, namely main( )

calculateTotals( ): Calculates the totals up to that point. In this function the mark that has just been read in, must be investigated to see which totals should be updated. It will be necessary to update two totals every time: One (1)should be added to the number of pupils in the specific group, and the mark should be added to the total of marks in that group (because later you have to calculate the average). You will need one or more if statements

showResults( ): displays the number of pupils in each group as well as the average mark for each group. However if the number of pupils in the group is zero, the average should not be calculated and displayed
Um... does this post mean that $clue eq 'none' ?

We don't do homework here. If you'd like some help on some type of assignment, post what you've done in the programming forum, and then ask us what you need help with.
Team Colleague
Reputation Points: 186
Solved Threads: 147
Cookie... That's it
alc6379 is offline Offline
2,519 posts
since Dec 2003
Jul 28th, 2004
0

Re: Something People Should Look At BEFORE Posting...

can somebody please help me or just give some clue on how to tackle the problem i posted
Reputation Points: 10
Solved Threads: 0
Newbie Poster
hlokzila is offline Offline
6 posts
since Jul 2004
Jul 28th, 2004
0

Re: Something People Should Look At BEFORE Posting...

First of all, this is the wrong place to post questions. Second of all, we don't help with homework problems unless you show some effort on your part. Check out the C++ forum. Post your question there. Show us what you've done on it so far and where you're stuck. And we'll be more than happy to help you. Just not here in this forum/thread.
Administrator
Staff Writer
Reputation Points: 1422
Solved Threads: 162
The Queen of DaniWeb
cscgal is offline Offline
13,645 posts
since Feb 2002

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Geeks' Lounge Forum Timeline: Have I been activated?
Next Thread in Geeks' Lounge Forum Timeline: where do i start from





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC