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 #340

Open cms7371 opened 4 years ago

cms7371 commented 4 years ago

I'm really sorry asking this question after given question time.

But I'm really confused by instruction in PDF.

There is sentence that "The user can write the results to a new file called “result.txt” by pressing Y or can skip this step and enter “N” to go back to the main screen."

Dose it mean inputting 'Y' will generate result file and go to main and 'N' will skip generation and go main,

or

'Y' means only generate file and do nothing(wait for global input) and 'N' indicates 'go to main'?

Because I have to change many parts of my code according to this interpretation, so please understand asking question after given time... And really sorry for violation of time rule.

goldshakil commented 4 years ago

"Does it mean inputting 'Y' will generate result file and go to main and 'N' will skip generation and go main,"

This is right.