#include using namespace std; int main() { // declaration examples int x; float average; char letter; int y = 0; int bugs, daffy = 3, sam; double larry = 2.4, moe = 6, curly; char c, ch = 't', option; long a; long double ld; unsigned int u = 12; }