- Write a program "ipv6Simply" to translate a full IPv6 address to a
short form. Test your program with the following examples:
- 2001:0DB8:0012:0003:0208:35FF:FE89:003A
- 2001:0DB0:0000:0000:0000:0000:0000:0001
- 2001:0DB0:0000:0001:0000:0000:0002:0000
- Revise ipv6Complete to handle "::"
- ::1
- FE80::9316:1499
- 2001:DB8::32
Report error for