#include <iostream>using namespace std;int main( ){ int number1, number2; float quotient; cout ≪ "Enter two numbers and I will divide\n"; cout ≪ "the first by the second for you.\n"; cin ≫ number1, number2; quotient = float<static_cast>(number1) / number2; cout ≪ quotient return 0;}
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.