Saturday, July 20, 2019

WAP to add two string numbers| Java Programs

Hi,

To add two string, we need to first convert them into integers. we can convert a string into number by two ways.
1. parseInt 
2. valueOf


No comments:

Post a Comment