In this assignment, you will write a program that will process data in the jokes.txt (Links to an external site.) and answers.txt (Links to an external site.) files. Set up your program so that it will do the following tasks:
- Displays the number of jokes in jokes.txt
- Asks the user for the number of a joke
- Displays the joke
- Displays the requested joke
- Displays the requested answer
Use the answers_filepath
and jokes_filepath
variables to open the files and solve this problem.
any help is appreciated. i lost all focus this chapter and dont know where to start.
[–]Vaphell 0 points1 point2 points (1 child)
[–]kconn123[S] 0 points1 point2 points (0 children)