insertis there somethinG wrong in my code? IF YES, what part of code/program that does not satisfies this problem?Code://program that input two numbers and multiply it using addition #include <iostream.h> #include <conio.h> void main(); { clrscr(); int, x,y,prod; cout<<"Input first number:"; cin>>x; cout<<"Input second number:"; cin>>y: for(x=0; x>=y; x+x) cout<<"The product is"<<prod; getch(); }



LinkBack URL
About LinkBacks


