Write a program of divisions of two number | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Write a program of divisions of two number

14th Oct 2016, 6:47 PM
roshan kumar
roshan kumar - avatar
2 Answers
- 1
#include<iostream> int main () { int a,b; cin>>a>>b; cout<<a/b; return 0; }
14th Oct 2016, 6:59 PM
Divye Bhutani
Divye Bhutani - avatar
- 3
its c++ programming
14th Oct 2016, 7:03 PM
roshan kumar
roshan kumar - avatar