Sample Output ------------- *-------------------------------------------* *- Stock Quote Streamer -* *- -* *- At the prompt, input the ticker symbol -* *- for some stock. To get quotes for all -* *- stocks in the database, use the asterix -* *- symbol(*). To exit the program, type -* *- quit into the prompt. -* *-------------------------------------------* Enter symbol > ibm Successful retrieved quote. Symbol: IBM Name: International Business Machines Price: 42.62430756843972 EPS 4.95 P/E 17.69 Enter symbol > jnj Successful retrieved quote. Symbol: JNJ Name: Johnson & Johnson Price: 24.040329015825545 EPS 2.84 P/E 24.21 Enter symbol > xom Successful retrieved quote. Symbol: XOM Name: Exxon Mobil Price: 23.07633267982436 EPS 3.89 P/E 15.43 Enter symbol > quit C:\