+ 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