AQA Computer Science A Level
Doubles & Constants
By Admin - Sept. 21, 2023, 12:24 p.m.
Last Edit - Sept. 21, 2023, 12:27 p.m.
Try to cover:
- What is a
double
- How to convert to a
double
- Example programs that use a
double
- What is a constant using
const
- Make sure you say it can't change while the program is running
- Example of using a constant