Advertisement
MarleenDW

Question1

Jun 2nd, 2020
1,039
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. #include <string>
  3.  
  4. // Declare the function
  5. int main()
  6. {
  7.   // Call the function
  8. }
  9.  
  10. // Define the function
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement