CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7
  1. #1
    Join Date
    Jan 2000
    Posts
    3

    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.








  2. #2
    Join Date
    Oct 1999
    Location
    CA
    Posts
    91

    Re: Need VB flowcharts and psuedocode for problems.

    I'm done with school, I don't have to do homework anymore!!!

    Brewguru99

  3. #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.


  4. #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.


  5. #5
    Join Date
    Oct 1999
    Location
    CA
    Posts
    91

    Re: Need VB flowcharts and psuedocode for problems.

    Hehehe. Contact me privately if you want to front some $ for this hard work.



    Brewguru99

  6. #6
    Guest

    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.


  7. #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
  •  





Click Here to Expand Forum to Full Width

Featured