ANSWERS: 1
-
#include <iostream> using namespace std; int main ( int argc , int argv[]) { float Operating, Loan, Insurance, Gas, Oil, Tire, maint; cout << " Please enter the Amount of your Auto Loan, operating expenses, Oil ...etc.. per Month seperated by spaces: " <<endl; cin >> Loan >> Operating >>... etc ... ; cout << "Whater ever"; return (0); }
Copyright 2023, Wired Ivy, LLC