Answer:
agile --> business modeling
RAD --> pair programing
waterfall --> deployment
spiral --> risk analysis
v-shaped model --> integration testing
not too sure about this but i tried
Answer:
See explaination for program code
Explanation:
#include <iostream>
#include <string>
#include <fstream>
using namespace std;
int main() {
string name;
int age;
cout << "Enter name of user: ";
getline(cin, name);
cout << "Enter age of user: ";
cin >> age;
ofstream outdata("outdata");
outdata << name << " " << age << endl;
outdata.close();
return 0;
}
Answer:
in order to use correct codes, ensure the variables in loops are in brackets
Im pretty sure the answer would be 82 because it's concatenating 2 to string(y)