Respuesta :

Answer:

Explanation:

In C or C++ if you are defining a variable, the type should be written before the variable.

Example

int z,p=6;

Also in this statement semi colon is missing.