Computer Science, asked by sushmitasoren5808, 1 month ago

write a program in java to return the sum of the numbers appearing in the string​

Answers

Answered by nidhijatin1
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