03-25-2010 10:36 AM
Hi,
I'm currently doing this grade point average claculator project using LabVIEW.The attachment is the program I have written.However I find the program although is significant in practice, but it falls short of the rigour I would have expected in a VIP project.
Can anyone help me improve the program better and more significant?
What if I wish to save the input data and GPA result in a pad note or excel?Possible to provide me the program?
I really needs your help ASAP.
A million thanks.
Best Regards,
Vicky Wang
03-25-2010 10:56 AM
It looks like you have deliberately made it as complex as possible and very hard to modify/upgrade.
I would suggest perhaps a table with columns for class name, hours, and grade. Or perhaps a cluster array. All of those separate for loops with hardcoded loop counts is rube goldberg coding.
As far as writing to Excel, you just have to search the board. You'll literally find thousands of relevant posts.
03-26-2010 12:29 AM
Add to Dennis' comment.
I think you forgot to include credit in calculation.