- 4
How to print ("Hi") plz Tell me anyone
Help me
7 odpowiedzi
+ 5
>>Please tag along the language.
>>Start learning the language of your choice and the first thing it teaches is to print "hello world".
>>Be sure to delete this post.
Read it here:
https://www.sololearn.com/Discuss/1316935/?ref=app
If Java :
System.out.println("hi") ;
+ 4
cout<<"hello world"; cpp
printf("hello world"); c
System.out.print("hello world"); java
print("hello world"); python
+ 2
Which Language? Tag the language Pls..
BTW, You can find answer for your question in any course starting lesson itself... Check out..
+ 2
You want to use polymorphism?
Here you go ☺️ 🙌
Try doing this! And use polymorphism, if facing any problem then we will help you 🙌
https://www.sololearn.com/learn/Java/2164/
+ 2
In C#:
Console.WriteLine("hi");
+ 1
In html
<p>hi</p>
And in python
print('hi')
- 2
Programing language