|
-
January 3rd, 2000, 10:09 PM
#1
Need VB flowcharts and psuedocode for problems.
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.
-
January 4th, 2000, 07:45 PM
#2
Re: Need VB flowcharts and psuedocode for problems.
I'm done with school, I don't have to do homework anymore!!!
Brewguru99
-
January 4th, 2000, 07:54 PM
#3
Re: Need VB flowcharts and psuedocode for problems.
I agree. This forum is for getting help, not for having people write your entire program for you.
-
January 4th, 2000, 07:56 PM
#4
Re: Need VB flowcharts and psuedocode for problems.
That is unless you are willing to pay a professional to do the job for you.
-
January 4th, 2000, 08:02 PM
#5
Re: Need VB flowcharts and psuedocode for problems.
Hehehe. Contact me privately if you want to front some $ for this hard work.

Brewguru99
-
January 4th, 2000, 08:20 PM
#6
Re: Need VB flowcharts and psuedocode for problems.
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.
-
January 4th, 2000, 08:24 PM
#7
Re: Need VB flowcharts and psuedocode for problems.
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|