Advertisement
Guest User

task

a guest
Jan 7th, 2014
405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.14 KB | None | 0 0
  1. include ...
  2. include ...
  3.  
  4. void func1 ( ) {
  5. float temp;
  6. cin >> temp;
  7. ...
  8. }
  9.  
  10. void func2 ( ) {
  11. float temp;
  12. func1();
  13. ...
  14. cout << temp;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement