------------------------------- |portion|portion|total|percent| | wrong | right | | | ------------------------------- | 7 | | 35 | | ------------------------------- portion right = total - portion wrong; percent = (portion right/total) X 100;This program uses multiple, sequential statments.