473,503 Members | 2,159 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Cant figure out how to do progrom help please

Program details as follows:

Input to the program the exam number and computer arch and programming
results for 10 people. Three arrays - ExamNo[10], Arch[10] and prog[10]
are used to hold these items. The First name and surname of each
student should also be entered, concatenated into one string and output
to an array called wholename[10]

We need to check weather the exam numbers are valid. An exam number
should consist of 7 digits only Include a function in your solution
that will pass in the exam number, determine if the exam number is
valid or not and return an appropriate message. only valid exam numbers
should be stored in the array ExamNo

For each of the students, calulatE display the average mark for the
class. For the Computer Arch results, find out how many students
received below the class average. Find the name of the students with
the highest result in each subject. These students' name are to be
displayed and told that they will receive a special prize for their
outstanding results.

For programming results, calulate and display standard deviation. I
think this is the following steps in order to get it
1. Calculate the average of the programming results

2. Calculate the variance(d) by subtracting each result from the
average

3. Square each of these results to get variance squared.

4. Sum all the variances squared

5. Divide by the number of numbers

6. Get the Square root of the result which is the standard Deviation.

Display the exam number, whole name and both results for all students.

Let me know what ya think.

Jul 23 '05 #1
5 1530
What is that you are having trouble with?

On Wed, 13 Apr 2005 14:50:53 -0700, johny wrote:
Program details as follows:

Input to the program the exam number and computer arch and programming
results for 10 people. Three arrays - ExamNo[10], Arch[10] and prog[10]
are used to hold these items. The First name and surname of each
student should also be entered, concatenated into one string and output
to an array called wholename[10]

We need to check weather the exam numbers are valid. An exam number
should consist of 7 digits only Include a function in your solution
that will pass in the exam number, determine if the exam number is
valid or not and return an appropriate message. only valid exam numbers
should be stored in the array ExamNo

For each of the students, calulatE display the average mark for the
class. For the Computer Arch results, find out how many students
received below the class average. Find the name of the students with
the highest result in each subject. These students' name are to be
displayed and told that they will receive a special prize for their
outstanding results.

For programming results, calulate and display standard deviation. I
think this is the following steps in order to get it
1. Calculate the average of the programming results

2. Calculate the variance(d) by subtracting each result from the
average

3. Square each of these results to get variance squared.

4. Sum all the variances squared

5. Divide by the number of numbers

6. Get the Square root of the result which is the standard Deviation.

Display the exam number, whole name and both results for all students.

Let me know what ya think.


Jul 23 '05 #2

<snip>
Let me know what ya think.


I think you can do it !
Jul 23 '05 #3
"johny" <da********@gmail.com> wrote in message
news:11**********************@g14g2000cwa.googlegr oups.com...

Let me know what ya think.


Doesn't sound too hard.
Jul 23 '05 #4

johny wrote:
Program details as follows:

<snip!>
Let me know what ya think.


I think this is an excellent beginner's assignment. I kinda reminds me
of when I was first learning C++...

Once you have it written, if you are stuck then feel free to post your
code and ask for help.

-Jason

Jul 23 '05 #5
johny wrote:


Let me know what ya think.


Start with the parts you *can* do

Divide the assignment into managable parts.

Eg. Can you write a function that checks a *single*
exam number?
If you can, fine. Start with that, write it, test it.
If no: Why not? Where is your problem?

If you have that function, you could proceed with
creating the arrays and let the user enter his data
(using the above function to check the input). Continue
with just outputing what the user has entered (to see if the
input functionality works correct).

Got that to work? Fine.

Look at the assignment. What can you do next, now that you have
implememted the above. Average mark. All of the data is available
and calculating the average isn't that hard. So you could proceed
with implementing (and testing) that.

And so on, and so on.
The important point is: Divide the work into pieces and work on
each piece individually. The assignment might look big and complicated,
but it isn't when done this way.

And yes: even professional programmers work this way:
Start simple. Implement parts of the code and test them (that
is especially important: you need to make sure that those parts
work as expected *before* you use them as building blocks for
more complicated parts).

--
Karl Heinz Buchegger
kb******@gascad.at
Jul 23 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
1793
by: Kentor | last post by:
hello, im trying to make a little loop, but i cant figure it out... i have a string with a bunch of 1s and 0s in it: 110101010101111010101 .... i need to count the number of 1s divide it by 2 and...
6
3120
by: ancelotp | last post by:
hi, i'm new to sql i'd appretiate if someone would helpme out with this doudt i have CODE: CREATE TABLE entry ( uno int(6) NOT NULL auto_increment, fname varchar(30) NOT NULL, sname...
2
7367
by: g35rider | last post by:
Hi, I have the following code that is giving this error, I cant simplify the code, I was just testing some theory for something we are doing and was getting an issue here. Please someone point out...
17
2004
by: so many sites so little time | last post by:
all right so the script is pretty simple it goes it retrives what the id of the post is and it lets you edit it well no it doesnt. now if you go to www.kirewire.com/pp2/index/php you will see a...
1
1570
by: dav3 | last post by:
Any help here is appreciated folks. First in my Person class the comments = errors visual basics is giving me and I am not sure why. Also when i try and set up my array of pointers to Student...
7
2300
by: griffinheart | last post by:
hey there this script works fine in firefox. but in ie the this call document.getElementById(form).style.display='block'; gives me object required, well i don't know much about java and can't...
1
1754
by: durjoy | last post by:
dunno is the right forum to ask for help , but i cant see any category for html help . dont know any other site as well . this site is my last hope dear experts . i was hosting my site with...
6
2459
by: WolfgangS | last post by:
Ok first off, i am a total beginner at this groups stuff and i have no clue how this works. This is probabaly the wrong group for my problem but i will post it anyways. Learning by doing right? ...
5
1868
by: chevon1920 | last post by:
I am trying to do my assignment but I cant figure out how to get 8 data points per line to print to a file. Here is the assignment 1. Program asks the user to enter an odd number as a BASE,...
1
1432
by: qwert7465 | last post by:
here is my code. i am only getting one error: // Final Project #include <iostream.h> #include <iomanip.h> void checkout(); void start_or_startover();
0
7205
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7093
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7349
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7008
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
1
5022
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4688
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3177
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1521
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
399
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.