#include #include using namespace std; int main(){ float price = 100.50; // float price = 1001000.50; float tax = price*0.07; cout<