Solidity unnamed return variable can remain unassigned worning

I need help With this below screenshot, Iā€™m trying to create flip contact using this video reference on windows, please assist

Hi @Vishwa,

This is just a warning to make sure you have a return statement at the end of the function. If you define the return variable name, then you need not have an explicit return statement at the end of the function. Please show us the entire code to make sure you have the right code in place.

Take reference of this for syntax ā€“

Hope this helps. Have a nice day. :slight_smile: