+ 2
why I can't use printf(""); why they says console.writeline ?
13 Réponses
+ 1
These things are different from language to language.
If you want to use printf("") you could always create a method for it.
+ 1
yes thanks
👻👻👻👻🙌🙌🙌🙌
+ 1
i think printf("") is used in c language ...and cannot be used here
+ 1
you can only use Printf method in C language
0
well i guess its the way the language is. its really fycked up, but powerfull.
0
console.WriteLine won't work for some reason though.
0
Java also used printf() method, BTW every language has different type of output method
0
you can only use Printf method in C language
0
U use the object "console" from namespace "system and then u use the method "writeline" thats it
0
ok
0
printf works in c/c++ only
0
in Python you use (print) however it is like most languages every one is different even if closely related such as Mexican Spanish and Spain Spanish
- 1
you can only use Printf method in C language