So it looks like you need to check IF your coin flip is a heads or not, and then use that to update a “heads” counter (which will be different from your count variable). Be sure to note that each time you call randomNumber it will produce a new value…so be careful how you set up your check.
Great! Glad to help. Almost all of the programming assignments have example solutions. I do recommend that teachers “live the student experience” and try and complete the coding on their on own but when in doubt the Example Solutions are there for you.