My flow chart has a condition where when
the score is over 10 it will output well done
whereas when it does not have a score of
over ten the code will go in a different
route and output try again
Flowchart
On scratch you have the when clicked block
linked to the (if, then and else block), next I
add the score > cell and enter 10 after 'then'
is say with 'well done' entered In the text
block 'else' is says 'try again'.