2007 Jun 29 7:08 AM
1.How to print no. in reverse order?
2. How to print name in revrese?
3. How to get words, if we give input as no. and viseversa?
Ex. For Thousand i want to get as 1000.
Thanqu.
With regards,
Srinu.
1.How to print no. in reverse order?
2. How to print name in revrese?
3. How to get words, if we give input as no. and viseversa?
Ex. For Thousand i want to get as 1000.
Thanqu.
With regards,
Srinu.
2007 Jun 29 7:26 AM
Hi,
Use this logic to print no. & name in reverse order.
i = strlen(text).
data : final_text(100).
do i times.
j = text(i).
concatenate j final_text into final_text.
enddo.
In this way u can reverse the no. & name .
Reward points if useful.
Regards,
Vijayakumar V
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |