Computer Science, asked by anilkumarsrivastava3, 8 months ago

wap to input two digit numbers and reverse them​

Answers

Answered by sp6559568
0

Answer:

Write a program to reverse digits of an integer. Examples : Input : num = 12345 Output : 54321 Input : num = 876 Output : 678

Similar questions