I need help with this problem. I just don't know what to do.
float price=56.95;
float tax=1.05;
float total=0;
total=price*tax;
print total;
Output_____________________________
My professor wants me to determine what is printed in the output statement at the end and than do a corresponding flowchart. Can anyone help me please.