This website requires JavaScript.
Explore
Help
Sign In
srivasta
/
DEV
Watch
1
Star
0
Fork
0
You've already forked DEV
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
7019a3b7eadb59b54adb5a8b11e525ef37d8d073
DEV
/
DEV.2.1
/
TP
/
TP10-Exceptions
/
1.
/
MainArithmetic.java
5 lines
104 B
Java
Raw
Normal View
History
Unescape
Escape
update
2025-09-30 09:43:41 +02:00
public
class
MainArithmetic
{
public
static
void
main
(
String
[
]
args
)
{
System
.
out
.
println
(
15
/
0
)
;
update
2025-03-12 13:06:52 +01:00
}
}
Reference in New Issue
Copy Permalink