CS代写 CS61B Lecture #14: Integers
CS61B Lecture #14: Integers Last modified: Mon Sep 30 16:56:19 2019 CS61B: Lecture #14 1 Type Bits Signed? Copyright By PowCoder代写 加微信 powcoder Literals Cast from int: (byte) 3 Integer Types and Literals short None. Cast from int: (short) 4096 long 64 Yes ’a’ // (char) 97 ’\n’ // newline ((char) 10) ’\t’ // tab […]
CS代写 CS61B Lecture #14: Integers Read More »