Projects: Loops (d)
Instructions: Create a C program that runs successfully for each project below.
Project 1
Create a tax calculator, to determine the total price (with tax) of purchases. Use an infinite loop, so the viewer can enter as many prices as desired.
Project 2
Create a money exchange rate calculator, to display equivalent currencies for two different countries. Use a nested for loop.