I have to create a Pseudo code for a class that is it's second week (I registered Late) I have no idea what I am doing.
I have to create a program that writes a file that lists student ID #'s and their final scores.
This is the data I have to work with.
File Name: Studentscores
Field description Data Type Comments
Student ID Number Numeric 6 digits, 0 decimal places
Classes Attended Numeric a value of 16 or lower, 0 decimal places
Homework 1 Numeric a value of 10 or lower, 0 decimal places
Homework 2 Numeric a value of 10 or lower, 0 decimal places
Homework 3 Numeric a value of 10 or lower, 0 decimal places
Homework 4 Numeric a value of 10 or lower, 0 decimal places
Homework 5 Numeric a value of 10 or lower, 0 decimal places
Homework 6 Numeric a value of 10 or lower, 0 decimal places
Homework 7 Numeric a value of 10 or lower, 0 decimal places
Homework 8 Numeric a value of 10 or lower, 0 decimal places
Homework 9 Numeric a value of 10 or lower, 0 decimal places
Homework 10 Numeric a value of 10 or lower, 0 decimal places
Test 1 Numeric a value of 100 or lower, 2 decimal places
Test 2 Numeric a value of 100 or lower, 2 decimal places
I have to write the pseudocode for this and a list of all the variables and their data types that are used in the Algorithm and a sample of the output or chart.
The example is 1 student only wen to 10 out of the 12 classes - 75%
he/she handed in 10 assignments totaling 90%
he/she scored 55, 65 on both tests - 60%
and the grade is heavily weighted on the test with them counting twice as much as the homework and attendance.
I am so lost I do not know where to start, I look through the book and nothing looks like this so I went out and got beginning programming for Dummies and it still is not helping. This is due Saterday 07/26/2008 afternoon.
HELP!!!!!!!!!!!!!!!!!!!!!!!!