Answer :
In Computer programming, if you have two values that has no operator between them, you would experience a syntax error.
What is a syntax error?
A syntax error can be defined as a type of error that typically occurs due to mistakes in the source code of a program such as:
- Spelling of words.
- Punctuation errors
- Incorrect labels
- Spacing
This ultimately implies that, a misplacement of punctuation or spacing in a command during programming that causes the source code of a program to stop running is most likely a syntax error.
In conclusion, we can infer and logically deduce that if you have two values that has no operator between them, you would experience a syntax error in computer programming.
Read more on computer programming here: brainly.com/question/25619349
#SPJ1