0
Can some give me a simple java program using operators and expression
5 odpowiedzi
+ 3
a + b; // addition operator expression
a - b; // sunbraction
a * b; // multiplication
a / b; // division
a % b ; // modular operator expression
initialize variable before using..
That's it, nothing else..
Hope you understand..
+ 2
What kind of expressions?
You will find lots of simple programs in the sololearn Java course:
https://www.sololearn.com/Course/Java/?ref=app
+ 2
As already mentioned, there are plenty of codes i the course.
If you need help with your own code, please link it so we can take a look at it.
0
Please give me a Java code on class and objecs
0
Ok thanks but I wanted a program here only that link Is good but difficult to find answers