csansoon

P1.03 P99182 Promedio

Sep 19th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.13 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main () {
  5.     double a,b;
  6.     cin >> a >> b;
  7.     cout << (a+b)/2 << endl;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment