convert a=a/10 into Java shorthanded operator
Answers
Answered by
0
Answer:
1235467889316rhu425764yy
Answered by
1
Answer:
hello plz follow me plz mark as brainlist
Explanation:
class Converter {
public static void main(String args[]) {
byte num = 1;
num = num * 2.5;
System.out.println("Result is: " + num);
}
}
Similar questions