write a program in java to return the sum of the numbers appearing in the string
Answers
Answered by
1
please thank and like my answer my me as
Explanation:
class add
{
public static void main (string args[])
{
int a=14, b=17,c;
c = a + b;
System.out.println ("Addition of two numbers="+c);
}
}
Similar questions