+ 1
Please help me to find the mistake.
Nirmal wants to know the palindrome numbers between the given range of numbers. Help him by writing a java program to find the palindrome numbers. Sample Input1 Enter the starting range 78 Enter the ending range Sample Output1 88,99 The code is attached below:- https://code.sololearn.com/cO0Yd5xysVCd/?ref=app
1 Answer
0
NotAPythonNinja no it's showing error that cannot find symbol int temp= num;