Obada
Tower of hanoi, problem: a disk vanished after 2 moves
Code: https://gdl.space/ifajegotok.cs
yes its not cleaned up or well made or whatever but i NEED to get this done soon
8 replies
❔ ngl ion really get what this does
string[,] beach = {
{"" , "" , "" , ""},
{"farmer", "wolf", "rabbit", "carrot"}
}; so arent we suppsoed to use an array or lsit for several strings/objects? how does the string data type hold all of those 4 strings? or like... shi idk what i dont know anymore
}; so arent we suppsoed to use an array or lsit for several strings/objects? how does the string data type hold all of those 4 strings? or like... shi idk what i dont know anymore
112 replies