void functions and other functios

Write your question here.
hi everyone. i have to code a program that contains 2 functions and prototypes.A void function and the other is ask for data function.A copper company sells spools of copper wiring for $100 each. Write a program that displays the stats of the order. the program should have a void function that asks for the following data: the number of spool ordered, the number of spools in stock, if there are special shipping and handling charges. The gathered data should be passed as arguments to another void function that displays: The number of spools ready to ship from current stock, the number of spools on back order, subtotal amount of the portion ready to ship(number of spools t ship*100).theres more to the q but for now, can anyone please help i have to comlete it by today

Topic archived. No new replies allowed.