CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2013
    Posts
    1

    help me with this simple VB code

    Make a class Student having all required info of every student (add at least 5 students) and that stores all the data that will be given or entered. That will also store marks of each subject (enter marks of 6 subject at least) , calculate the total obtained marks ,percentage, grades and gpa in a particular subject. It will also calculate the gpa of a particular semester along with the overall cgpa.At the end also display the required result.
    1. Make a Class named Student.
    2. Make all required fields.
    3. Write a constructor for this class(parameterized + parameter less).
    4. Write all required methods(sub procedure and functions).
    5. Write main()
    Last edited by HanneSThEGreaT; October 21st, 2013 at 08:47 AM. Reason: Removed Formatting for better legibility

  2. #2
    Join Date
    Jul 2005
    Posts
    1,083

    Re: help me with this simple VB code

    Post the code where you have problems
    JG


    ... If your problem is fixed don't forget to mark your threads as resolved using the Thread Tools menu ...

  3. #3
    Join Date
    Oct 2013
    Posts
    1

    Re: help me with this simple VB code

    plz send me code for above problem plz plz help me

  4. #4
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: help me with this simple VB code

    Usually we do not help with Homework ( and this is without a doubt homework ) if you haven't made an effort yourself.

    What have you done so far?
    What errors did you get and where?

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