Computer Science, asked by jeevujeevan, 8 months ago

double x,y,z


name the error​

Answers

Answered by beingSaRcAsTiC
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)

{\huge{\mathcal{\pink{HOPE \ IT \ HELPS}}}}

<marquee>Be Brainly ✌✌

Answered by jkkamisha
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