subject

Please explain the following code in words/java doc public static void main(String args[]){ int input; Scanner scan = new Scanner(System. in); System. out. println("Input Number= "); input = scan. nextInt(); System. out. println("Reverse = "+reverseNum(input)); } public static int reverseNum(int num) { int reverse =0; while(num != 0){ reverse *= 10; reverse += num%10; num /= 10; } return reverse; } }

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 03:50
Q-1 which of the following can exist as cloud-based it resources? a. physical serverb. virtual serverc. software programd. network device
Answers: 1
question
Computers and Technology, 23.06.2019 08:00
Which argument is not a valid filter? does not equal this quarter filter by cell color all of these are valid filter arguments.
Answers: 2
question
Computers and Technology, 23.06.2019 15:20
In a game with three frames, where will the objects on layer 1 appear? a. next to the play area b. in the middle of the game c. behind everything else d. in front of everything else
Answers: 1
question
Computers and Technology, 23.06.2019 18:30
Janice recently received her college degree and is looking for a job. she is worried that since she just finished school, she will be required to repay her perkins and direct subsidized loans immediately. janice pulls out the paperwork she signed and reviews it again for repayment information. after reading all of the information, janice discovers that
Answers: 2
You know the right answer?
Please explain the following code in words/java doc public static void main(String args[]){ int inpu...
Questions
question
Mathematics, 27.06.2019 17:50
question
Mathematics, 27.06.2019 17:50
question
Mathematics, 27.06.2019 17:50
Questions on the website: 13722360