Computer Applications
Write a Java expression for:
Java Operators
ICSE 2013
3 Likes
Answer
u * t + 1 / 2.0 * f * t * t
Answered By
1 Like
Related Questions
A student executes the following code to increase the value of a variable āxā by 2.
He has written the following statement, which is incorrect.
x = +2;What will be the correct statement?
A. x +=2;
B. x =2;
C. x = x +2;- Only A
- Only C
- All the three
- Both A and C
Write a Java program to obtain principal amount, rate of interest and time from user and compute simple interest.