Development hint for lab 6
- Write the method to get a specified value in a file (such as the third number).
- It should be sent a string representing that file name and which number to get.
- Don't go further until this is done and you have tested it.
- You don't need to (but can) start to use constants. You can just send a literal string to the method if you wish to test the method
- Write another method that will look up a word in a file and return which line number it is one
- It should be sent two strings (first is the file name, second is the string to search)
- Don't go further until this is done and tested it.
- You can just send literal strings to test it if you wish
- Write a priming read in your main method that just continues to get words until the word quit is entered
- Don't move until until this works
- Integrate your three parts developed above into solving the problem.
This topic: CenterForComputing
> WebHome >
Syllabi >
CSC121SylS2024 >
CSC121S2024Lab06 > CSC121S2024Lab06Hint0
Topic revision: r1 - 2024-02-14 - CathyBareiss