Question #315191

Creat a program with the compilation of your activities in prelim

Expert's answer

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?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS