Page 1 of 1

Write a Java program that takes an integer as input, computes and displays the reverse of that integer and also the doub

Posted: Sun Jul 03, 2022 11:22 am
by answerhappygod
Write a Java program that takes an integer as input, computesand displays the reverse of that integer and also the double of thereversed integer. For example, if you enter 3124, the reverse wouldbe 4213 and double would be 8246. On solve using a for loop orwhile loop