goldshakil / ElectricalProgrammingCourse2020

This repository is aimed towards sharing and discussing issues about Electrical and Electronics Programming Course
6 stars 1 forks source link

[Others] Final Project #312

Open helppleasethank opened 4 years ago

helppleasethank commented 4 years ago

At 5) Calculate the final grades screen If I don't write grade at file (press N) and do 4) Show all records screen the output has grade and percentage or doesn't have them and just print exactly same do not enter 5)?

goldshakil commented 4 years ago

No, once you calculate the grades in step 5 ( it doesn't matter whether you write to a file or not) the show all grades screen SHOULD be updated

helppleasethank commented 4 years ago

No, once you calculate the grades in step 5 ( it doesn't matter whether you write to a file or not) the show all grades screen SHOULD be updated

than can i add percentage and grade at math.txt and science.txt use c language? than print it or just remembering Percentage and grade at while programming is excute?

goldshakil commented 4 years ago

You have to remember in the code and never change the original files.