Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Task 2 Pseudocode Now you will be creating pseudocode for three functions that will be used in the program. The functions are readwebpage, parsehtml, and
Task Pseudocode
Now you will be creating pseudocode for three functions that will be used in the program. The functions
are readwebpage, parsehtml, and printquotes. You will also write the pseudocode for the main program
that will call the functions.
Pseudocode readwebpage
Open the webpage
Read in information
Return the html content from the webpage
Pseudocode parsehtml
Take the html data from the webpage and translate using the html parser
Return the parsed data
Pseudocode outputquotes
Pull quotes from the parsed data and display them on the screen
Pseudocode Main program
Pass a webpage to readwebpage
Pass the html data to parsehtml
Print out the quotes using outputquotes
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started