/* This program demonstrates the sizes of various atomic data types. * It also shows how to declare and intialize some integer and double values. */ #include using namespace std; int main() { cout<< "The size of bools is "<< sizeof(bool)<