Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
scemo dd
Exempel 4
CPPTemplate
Subarray with 0 sum
Dar
Microsoft - MaxEmployeeAttendence (R repititions - DP solution bitmask)
Fungsi dan for
Binary search2
prototype match
Area of a triangle using templete
Please log in to post a comment.