我有我需要工作的代码来计算汽车的成本/年以及 10% 后的汽车成本
我知道我需要在 void 函数中添加函数定义(我不知道该怎么做或在其中写什么。)
还要添加我添加了一些但无法获得其余部分的主要功能
请帮忙。我试了一辈子。
#include <iostream>
using namespace std;
struct Car;
int year;
double cost;
void read_car_record(Car&, new_car);
void Car update_cost(car old_record);
}
int main(){
cout << "enter the year of the car: "<<endl;
cin<< "year";
cout << "Enter the cost of the car: "<<endl;
cin<< "cost";