Computer Science, asked by amritdas875, 5 months ago

convert a=a/10 into Java shorthanded operator​

Answers

Answered by Anonymous
0

Answer:

1235467889316rhu425764yy

Answered by arpitasinghmarchmoar
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