Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
-1 Girene Kadar Ortalama
//4 #include <iostream> using namespace std; void main() { double x , average , total ; int count; cout << "Please Enter A Value "; cin >> x ; total = 0; count = 0; while(x != -1){ total += x; count++; cout << "\nPlease Enter A Value "; cin >> x; } average = total/count; cout << "\nThe Average of The Numbers That You've Entered is " << average << endl; }
run
|
edit
|
history
|
help
0
Two-phase sample with Visual C++ 2015
return reference (msvc)
algorithm_1
msvc compile optimization demo...
#31
throwing std::function on MSVC is dangerous
Initializing member array of structs
VC++. G3log timestamp formatting.
Triangle N5
RecursiveDivide