Click to See Complete Forum and Search --> : Need VB flowcharts and psuedocode for problems.


svenegas
January 3rd, 2000, 09:09 PM
A school maintains class records in the following format:
(Again this is a table and I will do it in the same format as above)

File Name: CLASS
(first column)
FIELD DESCRIPTION
Class code
Section no.
Teacher
Enrollment
Room

(next column)
POSITIONS
1-6
7-9
10-29
30-31
32-35

(next column)
DATA TYPE
Character
Numeric
Character
Numeric
Character

(next column)
DECIMALS
(blank space)
0
(blank space)
0
(blank space)



(next column)
EXAMPLE
CIS 111
101
Gable
24
A213


There is one record for each class section offered in the college. Design the program that would print as many stickers as a class needs to provide on for each enrolled student, plus one for the teacher. Each sticker would leave a blank for the student's (or teacher's) name like this:

(A border around the sticker)

Hello!

My name is __________________________
Class:XXXXXXXX Section: 999



The border is pre-printed, but you must design the program to print all the text you see on this sticker above.

Write the pseudocode and flowchart for this problem.

BrewGuru99
January 4th, 2000, 06:45 PM
I'm done with school, I don't have to do homework anymore!!!

Brewguru99

wilton
January 4th, 2000, 06:54 PM
I agree. This forum is for getting help, not for having people write your entire program for you.

wilton
January 4th, 2000, 06:56 PM
That is unless you are willing to pay a professional to do the job for you.

BrewGuru99
January 4th, 2000, 07:02 PM
Hehehe. Contact me privately if you want to front some $ for this hard work.

;)

Brewguru99

January 4th, 2000, 07:20 PM
sorry but I am still there trying to learn something before I have to take the class and I have no idea what I am doing and need some help not wise cracks but thanks anyway.

wilton
January 4th, 2000, 07:24 PM
Buy some books and go through the MSDN. You should be able to piece together what you need to do through that. Or you need to take a beginnere VB class. If the class is for beginners then don't worry, they'll teach you "everything" you need to know to do the project.