Father's day is incoming. I want to write a code as a present for my dad. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Father's day is incoming. I want to write a code as a present for my dad.

Any suggestion?

28th Jul 2019, 10:57 AM
你知道規則,我也是
你知道規則,我也是 - avatar
5 Answers
+ 5
I also want suggestions to make code for father's day. Can you give?😁😁😁
28th Jul 2019, 11:05 AM
A͢J
A͢J - avatar
+ 3
great idea! SoloLearn, please make a contest or challenge! we will all win
28th Jul 2019, 11:25 AM
bell
bell - avatar
+ 1
Use html.
29th Jul 2019, 1:57 AM
Sonic
Sonic - avatar
+ 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”)
29th Jul 2019, 6:11 PM
7Pineapple
7Pineapple - avatar