I have a question about the C language-based robot programming called Lego Mind Storm Masters! You put if in else again.
after execution In the loop Operation if sensor 1 is greater than 50 Add conditions to the else If it doesn't meet those conditions, I wonder how to program adding conditions. I can only put one ifelse in the loop. Tell me the solution! It's not c++, it's just c.
if문 else c lego
I don't know what you're talking about, but...
if (Conditional)
{
.......
}
else
{
if (conditional expression)
{
.......
}
else
{
if (conditional expression)
{
........
}
else
{
........
}
}
}
Do you mean this kind of structure?
914 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
618 Uncaught (inpromise) Error on Electron: An object could not be cloned
611 GDB gets version error when attempting to debug with the Presense SDK (IDE)
© 2024 OneMinuteCode. All rights reserved.