A fast food vendor sells pizza slices ($1.75), fries ($2.00), and soft drinks ($1.25). Write a program to compute a customer's bill. The program should request the quantity of each item ordered in a void function, calculate the total cost with a value returning function, and use a void function to display an itemized bill. (Note total cost must be output in the display function)