#include <iostream>
using namespace std;

int main() {
int x;
int a, b;

cout << "welcome to the calculator" << endl;
cout << "enter 1 for division, 2 for multiplication, 3...