Answered step by step
Verified Expert Solution
Link Copied!

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 2 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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database In Depth Relational Theory For Practitioners

Authors: C.J. Date

1st Edition

0596100124, 978-0596100124

More Books

Students also viewed these Databases questions