Hi there,
I am new in java and some basic help would be appreciated. e.g
1-What's the out put of;
double number = (1/3)*3;
System.out.println("(1/3)*3 is equal to " + number);
What's missing?
2- Convert each of the following mathematical formula to java expression;
3x and 3x+y
Thank you in advance