Chapter 1: Introduction To Computers and Programming: Starting Out With C++ Early Objects Ninth Edition, Global Edition
Chapter 1: Introduction To Computers and Programming: Starting Out With C++ Early Objects Ninth Edition, Global Edition
Programming
• Byte
– Is 8 consecutive bits
– Has an address in memory
– There are millions (or even billions) of bytes of
memory in a computer
int main()
{
double num1 = 5,
num2, sum;
num2 = 12;
double num1;