+ 1
#include<stdio.h> int main() { int num1,num2,product; printf("Enter two numbers:"); scanf("%d %d",&num1
Guys why. This program is not working. It is a program of multiplication in c language
2 Antworten
+ 2
Don't put codes in question title or tags, it will be truncated because of character limits.
https://www.sololearn.com/post/75089/?ref=app
+ 1
if it's the code in your profile, it works fine.
the problem might be the way you input numbers.
when you are prompted to enter a number, enter two numbers each one in a new line like this :
4
5
submit