Asked in Soft Suave Technologies
Given a string, add an integer 'n' to each number present in the string. If 'inverse' is true, reverse the number before adding 'n'. For example, if string = "abcd 24, def 15", n = 5, and inverse = true, then the answer is "abcd 92, def 02".

AnswerBot
2mo
Modify a string by adding an integer to numbers and reversing them based on a boolean flag.
Identify all numbers in the string.
Add 'n' to each identified number.
If 'inverse' is true, reverse the digits...read more
Pandu Yadav
2y
The loop gain of theabcd true
Help your peers!
Add answer anonymously...
Interview Questions Asked to Interviewer at Other Companies
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

