2. Bad Signal (C PROGRAMMING ONLY) by CodeChum Admin Thanks for helping me out on the previous problem. Lionel Richie was able to communicate back to me. However, it seems that all of a sudden, there's a problem with the signal. Can you help Lionel Richie respond back to me this time by sending a message to me multiple times to make sure I'll receive it? Instructions: In the code editor, you can see that there is a call to the function lionelRichie() in main() as well as a function declaration of lionelRichie(). If you have noticed though, the function definition of lionelRichie() is empty. Your task this time is to finish the function definition of lionelRichie() by printing the message "Hi I am okay, do you copy?" 1000 times. This is to make sure that the message will indeed be sent. Other than this, do not change anything else. Output The output is the message "Hi I am okay, do you copy?" printed 1000 times. Hi I am okay, do you copy? Hi I am okay, do you copy? Hi I am okay, do you copy? Hi I am okay, do you copy? Hi I am okay, do you copy? Hi I am okay, do you copy? . . . .
2. Bad Signal (C PROGRAMMING ONLY)
by CodeChum Admin
Thanks for helping me out on the previous problem. Lionel Richie was able to communicate back to me. However, it seems that all of a sudden, there's a problem with the signal.
Can you help Lionel Richie respond back to me this time by sending a message to me multiple times to make sure I'll receive it?
Instructions:
In the code editor, you can see that there is a call to the function lionelRichie() in main() as well as a function declaration of lionelRichie().
If you have noticed though, the function definition of lionelRichie() is empty.
Your task this time is to finish the function definition of lionelRichie() by printing the message "Hi I am okay, do you copy?" 1000 times. This is to make sure that the message will indeed be sent. Other than this, do not change anything else.
Output
The output is the message "Hi I am okay, do you copy?" printed 1000 times.
Hi I am okay, do you copy?
Hi I am okay, do you copy?
Hi I am okay, do you copy?
Hi I am okay, do you copy?
Hi I am okay, do you copy?
Hi I am okay, do you copy?
.
.
.
.
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 2 images