Doubt in question statement

“”“The decimal representation of the final number shouldn’t start with a zero.”""

how do we implement this in our code??
using bitwise operator??

Hey @nikhilthechamp871
This means
for 99
output should be 90
i.e if first digit is 9 then u dont have to make it 0 .
You just have to use an if statement to incorporate that in your code

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.