Talk:List of biomedical cybernetics software

  1. include<stdio.h>
  2. include<conio.h>

Untitled edit

main() { int a,b,c; Printf("enter the two numbers a and b"); Scanf("%d%d,&a&b"); c=a+b; Printf("the addition of two numbers is,%d&c"); }