How to Increment the value of the empid E001 for each and
every employee by using the programe?
Answer Posted / akshay
Algorithm:
1.Take last used value into string variable.
2. Use String function to remove alphabet from value and store in temp string.
3. convert remaining part into int32.
4. increment by 1.
5. Append temp string and incremented value.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does and I oop mean?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is overloading and its types?
What is encapsulation and abstraction? How are they implemented in C++?
What is the important feature of inheritance?
What is the oops and benefits of oops programming?
What is encapsulation oop?
What is advantage of inheritance?
Can bst contain duplicates?
What are the two different types of polymorphism?
What is encapsulation in simple terms?
What is the example of polymorphism?
What is oops and its features?
What is the purpose of enum?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.