diff --git a/HACKERMA.C b/HACKERMA.C index a037c86..a9667bd 100644 --- a/HACKERMA.C +++ b/HACKERMA.C @@ -5,7 +5,7 @@ void main() float a,b; float sum=0,pro=1,div=1,avg=1; clrscr(); - printf("entertwo numbers\n"); + printf("enter 2 numbers\n"); scanf("%f%f",&a,&b); sum=a+b; printf("sum=%f",sum); @@ -24,4 +24,4 @@ void main() -} \ No newline at end of file +}