Store Keypad value to EEPROM

Hello Friends,

I am building a circuit which needs the Arduino to store the keypad entries into its EEPROM and get that value when needed. I am new to this type of coding, Please help me with this. Providing an example will help me.

From arduino IDE: "File->Exaples->EEPROM"

ramprasadajay:
I am building a circuit which needs the Arduino to store the keypad entries into its EEPROM

Why?
You plan to power down or reset the Arduino in between keypad entry and using the values or so?