Consider the following package definition package Convert;
Which one of the following statements should immediately follow the given package definition to
create a valid module?
A.
1;
B.
use;
C.
sub;
D.
module Convert
Consider the following package definition package Convert;
Which one of the following statements should immediately follow the given package definition to
create a valid module?
Consider the following package definition package Convert;
Which one of the following statements should immediately follow the given package definition to
create a valid module?
A.
1;
B.
use;
C.
sub;
D.
module Convert
B
A