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 14:00
What is html ? give a small description about html
Answers: 2
question
Computers and Technology, 23.06.2019 16:10
What is the ooh? a. omaha occupation handbook b. online occupational c. occupations online d. occupational outlook handbook select the best answer from the choices provided
Answers: 3
question
Computers and Technology, 24.06.2019 00:20
Describe a data structures that supports the stack push and pop operations and a third operation findmin, which returns the smallest element in the data structure, all in o(1) worst-case time.
Answers: 2
question
Computers and Technology, 24.06.2019 01:30
How would you cite different books by the same author on the works cited page? moore, jack h. folk songs and ballads. salem: poetry press, 1999. print. moore, jack h. ballads in poetry – a critical review. dallas: garden books, 1962. print. moore, jack h. folk songs and ballads. salem: poetry press, 1999. print. –––. ballads in poetry – a critical review. dallas: garden books, 1962. print. moore, jack h. ballads in poetry – a critical review. dallas: garden books, 1962. print. moore, jack h. folk songs and ballads. salem: poetry press, 1999. print. moore, jack h. ballads in poetry – a critical review. dallas: garden books, 1962. print. –––. folk songs and ballads. salem: poetry press, 1999. print.
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, 10.03.2021 19:00
question
Mathematics, 10.03.2021 19:00
question
Mathematics, 10.03.2021 19:00
question
Chemistry, 10.03.2021 19:00
Questions on the website: 13722363