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
Can an interface inherit a class?
What is cohesion in oop?
What is encapsulation example?
What is variable example?
Why oops is important?
What is encapsulation in ict?
write a program that takes input in digits and display the result in words from 1 to 1000
What is the advantage of oop over procedural language?
What do you mean by abstraction?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is polymorphism in oops with example?
How do you answer polymorphism?
What is object in oop?
What is overloading in oops?
What is a class in oop?