Creat a program with the compilation of your activities in prelim
int main() { string str; int i; double d; cin >> str; cin >> i; cin >> d; cout << "String: " << str << " Int: " << i << " Double: " << d << endl; }
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment