write a program in java to subtract two numbers. Take the numbers in your program and display the output.
Answers
Answered by
0
```
int a = 10;
int b = 5;
System.out.println(a - b);
```
Similar questions
Social Sciences,
14 hours ago
Math,
14 hours ago
English,
14 hours ago
India Languages,
1 day ago
Science,
1 day ago
Economy,
8 months ago
Math,
8 months ago
Math,
8 months ago