#c++ beginner

8 messages · Page 1 of 1 (latest)

timid pilot
#

hi could someone explain to me what i did wrong and how to fix my error?

thorn cragBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For more information use !howto ask.

next jasperBOT
#
How to Format Code on Discord

• type three "backticks" (not quotes/apostrophes, on QWERTY layout, left of 1-key)
• on the same line, type the file extension for that language (c or cpp)
• enter your code on a new line and put another three backticks at the end

Example Input

```cpp
int main() {
    return 0;
}
```

Example Output
int main() {
    return 0;
} ```
gentle abyss
#

It's really simple math man, just read the question again, and use */+-

timid pilot
#

ahh ok thanks!

#

!solved

thorn cragBOT
#

Thank you and let us know if you have any more questions!

#

[SOLVED] c++ beginner