Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

HI

Former Member
0 Likes
213

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 REPLY 1
Read only

Former Member
0 Likes
192

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