Can any one help me to write a programmer for below logic.
I have function which take int value.
If I pass 1 the it should return 10.
If I pass 2 the it should return 100.
If I pass 3 the it should return 1000.
If I pass 4 the it should return 10000.
If I pass 5 the it should return 100000.
so on.....
Please help me in this.