Write a program of divisions of two number | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Write a program of divisions of two number

14th Oct 2016, 6:47 PM
roshan kumar
roshan kumar - avatar
2 Réponses
- 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