Skip to content

bembry- Lab 12#23

Open
baylieembry wants to merge 1 commit intodsuclassprojects:masterfrom
baylieembry:bembry
Open

bembry- Lab 12#23
baylieembry wants to merge 1 commit intodsuclassprojects:masterfrom
baylieembry:bembry

Conversation

@baylieembry
Copy link

I saw a bug in this part of the lab and made some changes.

  • I added Update buggy.c MGriffith #6 for the assignment information
  • I changed char name= [10] to char name[10]; in line 17
  • I changed void main to int main in line 21
  • I change struct (dog) to struct dog thing1; in line 23
  • I changed thing1.age =[5] to thing1.age=5; in line 26
  • I changed puts {}. To puts (); in line 29
  • I changed printf (“ %i\n”…) to “ %s\n" in line 34
  • I changed : to ; on line 35
  • I added “ to the the end of %s\n”, in line 36
  • I changed n‘ to n“ in line 37
  • I added comments behind every line

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant