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 19:00
Choose the correct citation for the case which established the "minimum contacts" test for a court's jurisdiction in a case. select one: a. brown v. board of education of topeka, 347 u.s. 483 (1954). b. international shoe co. v. washington, 326 u.s. 310 (1945) c. haynes v. gore, 531 u.s. 98 (2000). d. international shoe co. v. washington, 14 u.s. code 336.
Answers: 1
question
Computers and Technology, 24.06.2019 01:00
What are two ways to access the options for scaling and page orientation? click the home tab, then click alignment, or click the file tab. click the file tab, then click print, or click the page layout tab. click the page layout tab, or click the review tab. click the review tab, or click the home tab?
Answers: 2
question
Computers and Technology, 24.06.2019 22:30
When can you access the bios setup utility?
Answers: 1
question
Computers and Technology, 24.06.2019 23:00
Systolic pressure is a measure of blood pressure when the ventricles relax and fil with blood ture or false
Answers: 1
You know the right answer?
Please explain the following code in words/java doc public static void main(String args[]){ int inpu...
Questions
Questions on the website: 13722363