Talk:List of biomedical cybernetics software

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
  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"); }