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
stack::emplace for 30-second c++
finding factor
Extended Euclidean Algorithm
threadpool03
Rubix
CPPTemplate
Conjuntos - analizar la lógica
team name
Metodos mejorado
TempSpecial