subject

Consider the building information page of Iowa State at https://www. fpm. iastate. edu/maps/buildings/. From this web page, when you enter a builing name, you will be directed to the page of the selected building. For example, if you enter "Gerdin Business Building", you will be moved to https://www. fpm. iastate. edu/maps/buildings/building. asp?building=Gerdin+Business+Buildi ng, and you can check building information of the Gerdin Business Building. Complete the program that prints (1) the official abbreviation, (2) total square feet, and (3) full address of the building. In the java program of this assignment, you are not asked to interact with the web site directly. Instead, you are asked to download and process six sample HTML files provided with the assignment. The sample HTML files look slightly different from the actual web pages, but the source codes should be identical. The HTML files should be located directly under the project folder (not the src folder). Your program should be able to process the six HTML files. However, when you comment out Line 17 and activate Line 18, you will directly interact with the website and access the information of any building at Iowa State. In Appendix A, a screenshot and sample HTML codes are attached. The highlighted parts could be used to detect the relevant information. In Appendix B, a sample run of the program is attached. Use the provided incomplete source code (BuildingLookup. java) as a starting point. In modifying the source file,
1. Do not change the file (class) names and method names. Points will be deducted if you have different names.
Lookup by B)uilding, or Q)uit
B
Enter full building name:
Gerdin Business Building
Building Name: Gerdin Business Building
Offical Abbreviation: GERDIN
Total Square Feet: 159,612 sqft
Address: 2167 UNION DR AMES, IA 50011-2027
Lookup by B)uilding, or Q)uit
B
Enter full building name:
Parks Library
Building Name: Parks Library
Offical Abbreviation: LIBRARY
Total Square Feet: 325,488 sqft
Address: 701 MORRILL RD AMES, IA 50011-2102
Lookup by B)uilding, or Q)uit
B
Enter full building name:
Memorial Union
Building Name: Memorial Union
Offical Abbreviation: MEM UN
Total Square Feet: 316,713 sqft
Address: 2229 LINCOLN WAY AMES, IA 50014-7163
Lookup by B)uilding, or Q)uit
Q

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 22:30
Aprovides legal protection for something an individual has created
Answers: 1
question
Computers and Technology, 23.06.2019 04:00
Write a method that takes in an array of point2d objects, and then analyzes the dataset to find points that are close together. be sure to review the point2d api. in your method, if the distance between any pair of points is less than 10, display the distance and the (x,y)s of each point. for example, "the distance between (3,5) and (8,9) is 6.40312." the complete api for the point2d adt may be viewed at ~pf/sedgewick-wayne/algs4/documentation/point2d.html (links to an external site.)links to an external site.. try to write your program directly from the api - do not review the adt's source code.
Answers: 1
question
Computers and Technology, 23.06.2019 06:40
How many nibbles can be stored in a 16-bit word?
Answers: 1
question
Computers and Technology, 23.06.2019 07:30
Write a program that inserts the digits of an integer into an array in originalorderfollowed by reverse order. first, promptthe user to enter a positive integer(> 0). determine the number of digits of the integer. create a dynamically allocated integer arrayof a size twice the number of digits.now insert the digits in original order which will occupy half of the array. then, insert the digits in reverse order.finally, output thedigits in thearray.use at least two functions to organize your program.
Answers: 3
You know the right answer?
Consider the building information page of Iowa State at https://www. fpm. iastate. edu/maps/building...
Questions
question
English, 14.10.2019 06:30