wut is the answer? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

wut is the answer?

Drag and drop from the options below to enter two integers and print their division to the screen. Use try and catch blocks to handle division by 0. { int a; int b; cin >> a >> b; if (b == 0) 0; cout << a / b << endl; } (int err) { cout << "error" << endl; } qestchin 8

9th Aug 2018, 11:14 PM
Brayden Adkins
Brayden Adkins - avatar
0 Answers