Computer Science, asked by sangharshamuneshwar, 8 months ago

#include
2
int main()
3
{
4
int s;
5
std::cin>>s;
6
std::cout<<"s"< 7
}

Answers

Answered by Anonymous
2

error in statement 7 and 1 ...header file

std::cout<<s;

Similar questions