Advertisement
jerimin

Untitled

Oct 22nd, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1.  
  2. Write a C++ program to write the following numbers in a file named "Numbers.txt".
  3.  
  4. 80
  5.  
  6. 90
  7.  
  8. 100
  9.  
  10. 100
  11.  
  12. 50
  13.  
  14. Then read the numbers from the file and display them on your screen.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement