+ 6
How to solve the jungle camping challenge in C?
6 Antworten
+ 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!
+ 5
Yes
+ 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.
+ 3
Show what you have attempted so far and someone might help you further
+ 3
Which language is this
+ 1
C