You need to prepare a flowchart to recognize the playing cards
Question: Create a flowchart that programs a robot to recognize how many playing cards you have and to put them in order from smallest to largest.
You can only compare two cards at a time. The robot must also know when to stop when all the cards are in order. Use a deck of cards to check to see if your program would really work.