Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. static class LeggiDati
  2. {
  3. public static string Targa()
  4. {
  5. Console.WriteLine("Targa: ");
  6. return Console.ReadLine();
  7. }
  8. public static string Data()
  9. {
  10. Console.WriteLine("Data: ");
  11. return Console.ReadLine();
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement