I am trying to write a program that will calculate a salesperson annual bonus. The clerk will need to enter the alesperson's name and sales.The application should calculate the bonus based on the amount of sales.<br><br>#include <iostream.h><br><br><br>void bigBonus();<br><br> void main()<br>{<br><br> char saleperson [10];<br><br><br> // printf("bigBonus will calculating sales and bonus\n"
;<br> // Printf("programming assignment 2\n"
;<br> // printf("due date auguest 9,2000\n"
;<br> // printf("phyllis smith\n"
;<br><br> gets (saleperson );<br><br><br><br>}<br><br> void bigBonus(char * saleperson)<br> {<br><br><br> int i;<br><br> for(i=0;i<50;i++)<br> printf("%s saleperson\n",bigBonus);<br>}<br>