Can some give me a simple java program using operators and expression | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can some give me a simple java program using operators and expression

16th Oct 2022, 3:04 PM
Rashmi Jaiswal
Rashmi Jaiswal - avatar
5 Answers
+ 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..
16th Oct 2022, 3:16 PM
Jayakrishna 🇮🇳
+ 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
16th Oct 2022, 3:05 PM
Lisa
Lisa - avatar
+ 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.
1st Nov 2022, 10:51 AM
Lisa
Lisa - avatar
0
Please give me a Java code on class and objecs
1st Nov 2022, 10:46 AM
Rashmi Jaiswal
Rashmi Jaiswal - avatar
0
Ok thanks but I wanted a program here only that link Is good but difficult to find answers
1st Nov 2022, 10:52 AM
Rashmi Jaiswal
Rashmi Jaiswal - avatar