Which one of the following choices will assign the current package Library1?
package::Library1;
Library1::package;
package(Library1);
package Library1;
Submit