How to solve the jungle camping challenge in C? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

How to solve the jungle camping challenge in C?

8th Jun 2020, 7:11 PM
Varun N
Varun N - avatar
6 Answers
+ 2
I'm not really sure how to exactly solve this further, but here is an example of a replacement code so it can help you. =Table.ReplaceValue(Source, each [A], each [C],Replacer.ReplaceText,{"B"}) Hope it helps!
8th Jun 2020, 7:34 PM
Nika
Nika - avatar
+ 5
Yes
8th Jun 2020, 7:12 PM
Varun N
Varun N - avatar
+ 4
#include <stdio.h> int main() { char sound[4][10]="Grr","Rawr","Ssss","Chirp"; scanf("%[^/n]",&sound); return 0; } how to replace sound of animals to names after this.
8th Jun 2020, 7:24 PM
Varun N
Varun N - avatar
+ 3
Show what you have attempted so far and someone might help you further
8th Jun 2020, 7:12 PM
Abhay
Abhay - avatar
+ 3
Which language is this
8th Jun 2020, 7:35 PM
Varun N
Varun N - avatar
+ 1
C
9th Jun 2020, 4:34 AM
Nika
Nika - avatar