Practice with Variable Declaration and Initialization 0
Write a snippet of code—not a function— that:
- declares a variable
lucky
of typechar
and initializes it to8
- declares a variable named
eachDay
of typedouble
and initializes it to1.0
- declares a variable
age
of typeint
and initializes it to88
- declares a variable named
learnCSOnline
of typeboolean
and initializes it totrue