Advertisement
Guest User

fnc

a guest
Dec 16th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.15 KB | None | 0 0
  1. #include <iostream>
  2. #include <string>
  3. #include <cmath>
  4.  
  5. int main()
  6. {
  7.   float asa = 4;
  8.   float fnc = sqrt(18)*asa*asa-3*asa;
  9.   std::cout << fnc;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement