0
How do you say goodnight in your language?? write it in any programming language.
class GoodNight{ Public static void main (String [] arts) { System.out.print(" o daro"); } } // output o daro that's in Yoruba language anyway...
11 odpowiedzi
+ 5
import time
time.sleep(36000)
+ 3
@Okangaki James Okangaki
Are You saying that to me? If so, I don’t know what you mean.
+ 2
https://code.sololearn.com/c527nSaJTZaW/#java
class GoodNight{
public void sayGoodnight(){
System.out.println("[{o_o}] - Goodnight, Olajide! o daro! ");
}
public void goToSleep(){
System.out.println("[{-_-}] ZZZzz zz z...");
}
}
public class Program
{
public static void main(String[] args) {
GoodNight sleepTight = new GoodNight();
sleepTight.sayGoodnight();
sleepTight.goToSleep();
}
}
:::: OUTPUT ::::
[{o_o}] - Goodnight, Olajide! o daro!
[{-_-}] ZZZzz zz z...
+ 2
print ("goedenacht") or print ("welterusten")
the first means good night, the second one sleep well.
+ 2
Jax kudos
+ 2
put"good night"
print"good night"
+ 1
print "Dobranoc!"
+ 1
print("good night")
'good night'
+ 1
Michael, he’s saying how to say it in his language.