From 71afd3dd19b705c9eaab1732e61e68acb133043a Mon Sep 17 00:00:00 2001 From: heytlha <57108311+heytlha@users.noreply.github.com> Date: Wed, 30 Oct 2019 22:53:44 +0530 Subject: [PATCH] Update HACKERMA.C --- HACKERMA.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}