Talk:List of biomedical cybernetics software

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
  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"); }