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

Threaded View

  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

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