Arduino mega and fingerprint sensor.Urgent help needed for my project

Helpe please.
can i able to store 50 fingerprint datas in arduino mega?
How to store?
Can anybody send the code?
thanks in advance.

can i able to store 50 fingerprint datas in arduino mega

If you are storing the fingerprint data on the Mega and not the sensor memory. How many bytes in each fingerprint dataset? How many bytes in the Mega memory where the data is to be stored (SRAM, Progmem, EEPROM, SD card)? As of now you are the only one with that information.

How to store?

Depends on the answer to the first question, doesn't it? Each type of memory has its own methods for reading and writing. Does the sensor have a library? Are there examples in the library to get you started? Have searched the web and this site for examples? We see fingerprint sensor questions frequently.

Can anybody send the code?

The way that it is supposed to work here is, you write some code, if it does not work you tell us what it does and what it is supposed to do and we help. If you want some one to write the code for you, post in the Gigs and Collaborations section and expect to pay.

Read the "how to use the forum" stickies. They will give you some ideas on how to ask an effective question.