WAP to find sum and difference of 20 and 5.
Answers
Answered by
0
Answer:
15
Explanation:
pls makes me brainliest and follow me ..
Answered by
0
Answer:
class Main
{
public static void main(String ar[])
{
int n=20,n2=5;
System.out.println("Sum is : "+n+n2);
System.out.println("Sum is : "+n-n2);
}
}
Similar questions