Write a program called URL, that reads from the standard input, keyboard input, a commercial web site URL. You should expect that the URL starts with www and ends with .com After reading the input you should out the url . excluding the www. and the .com
Sample Input
Please enter a url:
www.yahoo.com
Sample output
yahoo
2007-03-17
18:12:31
·
1 answers
·
asked by
LULU
1
in
Computers & Internet
➔ Programming & Design
I didnt get it with string
2007-03-17
19:06:51 ·
update #1