double x,y,z
name the error
Answers
Answered by
2
Question::
•double x,y,z
Name the error-
Answer::
• The error in this above expression is
• Syntax Error
The following should be written as -
• double (x,y,z)
Answered by
0
Answer:
Syntax error
Explanation:
It is syntax error as the syntax of variable is 'datatype variable_name"
And it should be double,x,y,z;
Similar questions