Practice with Variable Declaration and Initialization 0
Geoffrey Challen // 2022.6.0
Write a snippet of code—not a function— that:
- declares a variable
luckyof typecharand initializes it to8 - declares a variable named
eachDayof typedoubleand initializes it to1.0 - declares a variable
ageof typeintand initializes it to88 - declares a variable named
learnCSOnlineof typebooleanand initializes it totrue