Computer Science, asked by gailoiliuringdi, 5 months ago

Identify the errors in the following code segments :
int main ( )
{ cout << "Enter two numbers" ;
cin >> num >> auto;
float area = Length * breadth ; }​

Answers

Answered by levelsevencrew
0

float area = num * auto;

Similar questions