Computer Science, asked by ashna1610, 1 month ago

Mr William buys a new Audi car. During the vehicle registration, he needs a fancy number like both the number and its reverse are the same Generata
algorithm to find that fancy number. ​

Answers

Answered by jyotirmayg97
16

Answer:

Start

Get the number from user

Hold the number in temporary variable

Reverse the number

Compare the temporary number with reversed number

If both numbers are same

print this is the fancy number

End

Explanation:

Similar questions