1 2 3 4 5 6 7 8 9 10
//Ex 11 clc; clear; close; cp_3=1; sp_3=(150/100)*cp_3; t_sold=3; n=t_sold/sp_3; //Number of toffees sold printf("The number of toffees sold are %d",n);