Thanks,that was the problem.
Qt Code:
cout<<"Enter a"; cin>>a; cout<<"Enter b"; cin>>b; int result = a * b;To copy to clipboard, switch view to plain text mode
worked.
Thanks,that was the problem.
Qt Code:
cout<<"Enter a"; cin>>a; cout<<"Enter b"; cin>>b; int result = a * b;To copy to clipboard, switch view to plain text mode
worked.
Bookmarks