+ 6
Which language is this code belong to?
static void Main(string[] args) { string yourName; Console.WriteLine("What is your name?"); yourName = Console.ReadLine(); Console.WriteLine("Hello {0}", yourName); }
12 odpowiedzi
+ 9
It's C#
+ 8
C# for sure :)
+ 8
main diff between Java and C# is:
java :
main(){}
C#:
Main(){}
Definitely your code belongs to C#.
👍👍
+ 4
It must be binary
+ 3
c#
+ 2
C#, you can tell from console word .
+ 1
Probably electrical signals running through your computer in binary or
the presence or lack of electrons moving across your motherboard or
quantaum mechanics or
english
edit* quantaum mechanics if you are using a quantaum computer
+ 1
C# for sure.
+ 1
it's C#
+ 1
right @abhi rao!
+ 1
C#
- 2
Java