Register or Login to View the Solution or Ask a Question
Question : how to write C plus Plus program to subtract two integers ?Solution ://C plus Plus program to subtract two integers #include <iostream> using namespace std; int main() { int a,b,c; cout << “Enter any two integers: “; cin…
This Question has been answered.
Please Subscribe to See Answer or To Get Homework Help
Register or Login to View the Solution or Ask a Question