In Scala, Byte is a 8-bit signed integer (equivalent to Java's byte primitive type). The method /(x:Int) method is utilized to return the quotient of this value and x.
Method Definition: Byte /(x: Int): Int
Return Type: It returns the quotient of this value and x.
Example #1:
Output:
5
Example #2:
Output:
11