LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Re:GPA Calculator/Grading System- Need Help!

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

0 Kudos
Message 1 of 3
(4,155 Views)

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.

0 Kudos
Message 2 of 3
(4,149 Views)

Add to Dennis' comment.

I think you forgot to include credit in calculation.

0 Kudos
Message 3 of 3
(4,115 Views)