0
Hey guys what is "name type" ?
14 Respostas
+ 9
Are you sure you typed 'using namespace std' correctly.
Next time, please include your entire code. How else are we going to help you without your code.
+ 2
what's your question?? it's too confusing
+ 2
#include <iostream >
Using namespace std ;
Int main () {
Cout<<"this is my first program ";
Return 0 ;
}
+ 2
Ok¡ thanks to all of you for helping me
+ 1
Please answer
+ 1
name type?
+ 1
I had maked a program, after making when i was trying to compile it, "using" is not a comsidered as namespace esa answer aa raha tha
+ 1
Reply
+ 1
Yup
+ 1
Y
+ 1
can you write that code
+ 1
Y not
+ 1
#include<iostream>
using namespace std;
int main()
{
cout<<"sololearn is an amazing app";
return 0 ;
}
+ 1
//hope this code helps you
#include <iostream>
using namespace std;
int main() {
cout<<"this is my first program";
return 0;
}
don't use upper case letter... I think that's the only error ...