Hai all
I want to print given array in reverse order Ex:
int a[]={1,2,3,4,5};display this array in reverse order.
Answer Posted / guest
5
4
3
2
1
| Is This Answer Correct ? | 0 Yes | 9 No |
Post New Answer View All Answers
What is the purpose of encapsulation?
What is difference between hashset and hashmap in java?
What is anonymous inner class?
How do I stop concurrentmodificationexception?
How is a structure different from array ?
What is an empirical question?
What are different types of control structures?
'A class is a template for an object' explain this statement.
How static variable work in java?
How many types of the indexof method are there for strings?
What is jpa specification?
Which graphs are functions?
What is math floor in java?
If you do not want your class to be inherited by any other class. What would you do?
what is singleton in java?