example code from class

This commit is contained in:
Haldrup-tech 2024-08-29 15:21:05 -04:00
parent eb9255e54d
commit a02d9995e5
2 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ int main(void) {
//y = x++;
//int z = ++x;
y = ++x;
z = ++x;
//printf("x = %d, y = %d, z = %d , nameOfAccountHolder = %s \n", x, y, z, nameOfAccountHolder);

Binary file not shown.