Starter - 5 minutes
Study buddies.. read task 5 and discuss what you'll need to do!
Task 5
The model needs an export feature to save the data so that it can be used in another application (such as a spreadsheet package).
Develop your program so that when the user chooses to export the data:
a) They are asked to enter a suitable filename
b) The program should check whether a file of the same name already exists.
c) If the file does not already exist, then the data are saved.
d) If the file does already exist, the user should be asked whether they want to overwrite
the existing file.
e) If they choose to overwrite the existing file, then the data are saved.
f) If they choose not to overwrite the existing file, then they should be returned to step a.
After this option has been completed, the program should return to the menu.
Main - 45 minutes
RED TASK
AMBER TASK
Make sure that the following are complete:
- Copied and pasted Task 4 code under Task 4 heading in Solution Development
- Entered any programming techniques used
- Entered any data structures used
- Entered all testing
GREEN TASK
Complete Task 5
Plenary/Homework - 10 minutes
- Check the progress tracker HERE
- Hand in each task on Google Classrooms... I can then make a comment for improvements...
- Now that you've made a start on task 5, copy and paste your Word document work into the Google Classrooms HERE
- Write down your homework - you have over a week to complete it!
No comments:
Post a Comment