package week4;

import java.util.HashMap;

//the class is set as final before release for sharing or use,
//so that others cannot overwrite
public final class myClass {

//set the data to be...