#include<stdio.h> · int main() · { · int a,c,b; · printf("Enter a and b"); · scanf("%d %d",&a,&b);//input given by user · c=a*b;//process as multiplication · Printf("% ...
確定! 回上一頁