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
Who invented oop?
What is difference between pop and oop?
When not to use object oriented programming?
What is abstraction example?
What is inheritance in simple words?
Can we have inheritance without polymorphism?
What is object in oops?
What is inheritance in oop?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is multilevel inheritance in oop?
what is the drawback of classical methods in oops?
What is difference between oop and pop?
Write a program to sort the number with different sorts in one program ??
Prepare me a program for the animation of train
What is the difference between abstraction and polymorphism?