Practice with Primitive Types
Geoffrey Challen // 2020.6.0
Write a snippet of code—not a function—that:
- declares a variable
countof typeintand initializes it to88 - declares a variable named
temperatureof typedoubleand initializes it to14.3 - declares a variable
letterof typecharand initializes it toX - declares a variable named
isCSAwesomeof typebooleanand initializes it totrue