Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Calc
//g++ 5.4.0 #include <iostream> #include<conio.h> void main() { clrscr(); double a; cout<<"Enter the first number"; cin>>a; double b; cout<<"Enter the second number"; cin>>b; double c=a*b; cout<<" the product is"; getch(); }
run
|
edit
|
history
|
help
0
Binary Search
Synchro#3
Operation on Set Container
Using c++11 range-base for loop
project
Binary search2
K edit distance
CPP - Arrays - Ex.3
ncr
mergeSort