Write code using Python for calculator
Answers
Answered by
3
Answer:
#include <stdio.h>
void main()
{
int i=3,j=7,k; /* Variables Defining and Assign values */ k=i+j;
printf("sum of two numbers is %d\n", k);
}
Answered by
0
Answer:
filter_none,edit close play_arrow,link brightness are 4 code to calculate Python.
Similar questions