First Page Last Page
UserName:
Replies: 16 - Views: 478
-sushma (Practice Mode): #include <stdio.h> #include <conio.h> void main() { int a,b, ans; printf("Please enter the 1st number\n"); scanf("%d",&a), printf("Enter 2nd number\n"); scanf("%d",&b); ans=a+b; printf("Answer is %d", ans); getch(); clrscr(); } *
25-04-10 - 08:26:45
-sushma (Practice Mode): above examples finds the sum of 2integers, for subtraction, multiply, divide. just use -,*,/ respectively. *
25-04-10 - 08:34:06
-Certified1ridana (MW smart personality of 2010): :O *
25-04-10 - 08:56:48
-Certified1514131211munna2009 (Super-Mod! + Sravanthi Love): ok susma we are .friends. and next replay pls.. *
27-04-10 - 01:16:07
-sushma (Practice Mode): No no not next replay. now u must post a coding 4 subtraction. this is ur task .hehe. *
02-05-10 - 08:58:51




«PREV Next»
3/4
Jump to page

Text:
Home>Forums>Technology rules
>Mobiles/Computer>c programming.