+ 5
Father's day is incoming. I want to write a code as a present for my dad.
Any suggestion?
5 Answers
+ 5
I also want suggestions to make code for father's day. Can you give?ššš
+ 3
For some reason Mothers day is more celebrated on SL
https://www.sololearn.com/Discuss/1275381/?ref=app
https://www.sololearn.com/Discuss/1275984/?ref=app
https://www.sololearn.com/Discuss/1275902/?ref=app
+ 3
great idea! SoloLearn, please make a contest or challenge! we will all win
+ 1
Use html.
+ 1
Use a character array and write Happy Fatherās Day in it with all the letters separately.
e.g. char loop[]={āHā,āaā,.....āDā,āaā,āyā};
Now use windows.h library with Beep(frequency, time in milliseconds)
Also use _sleep(667) in the loop.
Each letter will print on the screen after about half second with a beep
Change background colour using stdlib.h
and system(āCOLOR attrā)