Answer to Question #315191 in C++ for Prince Lestat

Question #315191

Creat a program with the compilation of your activities in prelim

1
Expert's answer
2022-03-21T12:39:49-0400
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!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog