Hello, I am a female computer science student, and I would like for someone to please review my flowchart for Flipping a Coin to see if it makes sense or check if I made any errors.

http://i52.tinypic.com/24fgq6f.jpg

Also, if anyone could please help me get started on the pseudocode, because I seriously draw a blank when I look at flowcharts on what identifiers to use, etc. Any help is much appreciated, thank you.

Your flowchart looks fine. And from the looks of it, your pseudocoding as almost complete aswell. Start by giving the value 'y' to flipAgain. Then you will need a loop of some sort. I suggest a while-loop. And where diamond squares are, use If.

Initialize flipAgain to 'y'
WHILE flipAgain has value 'y'
   OUTPUT ....
   ....
END

Good luck to you!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.