You are viewing a single comment's thread. Return to all comments →
In this, my code is working. But the word "is" is missing in my output.
int j=0;
double d1=0.0;
string s1;
cin>>j>>d1>>s1;
getline(std::cin,s1);
cout<
Seems like cookies are disabled on this browser, please enable them to open this website
Day 1: Data Types
You are viewing a single comment's thread. Return to all comments →
In this, my code is working. But the word "is" is missing in my output.
int j=0;
double d1=0.0;
string s1;
cin>>j>>d1>>s1;
getline(std::cin,s1);
cout<
cout<
cout<