Storage space error

Hey guys! I am new to arduino. I keep getting this following error when I try to compile the file.

Sketch uses 2712 bytes (9%) of program storage space. Maximum is 28672 bytes.
Global variables use 190 bytes (9%) of dynamic memory, leaving 1858 bytes for local variables. Maximum is 2048 bytes.

Can you please tell me what is the problem & how to rectify it?

As long as the percentage figures are less than 100 you don't have a problem. It's simply information.

Thank you for clearing my doubt :slight_smile: So that means there is something wrong with my hardware or program. Will check that