Computer Science, asked by Mrsenior, 1 month ago

Please Help Dear Friends !!
Consider the following program:
#include
void main()
{
int breadth;
float length, height;
scanf(“%d%f%6.2f”,breadth,&length,height);
printf(“%d %f %e”,&breadth, length, height);
}

Correct the errors in the above program.

Answers

Answered by NotSoSmart101
1

#include<stdio.h>

void main()

{

int breadth;

float length, height;

scanf(“%d%f%f”,&breadth,&length,&height);

printf(“%d %f %f”,breadth, length, height);

}

Answered by soemyintsanlin35
0

Answer:

simple used and follow action to fill out move

Similar questions