+ 1

How can I define a new operator??

31st Jul 2016, 8:44 PM
milad gorjizadeh
milad gorjizadeh - avatar
2 Respostas
+ 1
You can't define new operators because these are created and implemented by the developers of the Java language. I guess what you want is a method where you can put together smaller calculations using basic operators to create the calculations you need.
31st Jul 2016, 10:22 PM
Adrian Nesse Wiik
Adrian Nesse Wiik - avatar
0
I don't know if you can define a new operator but you can create methods to perform calculations...
31st Jul 2016, 10:13 PM
Clayton Royes
Clayton Royes - avatar