Advertisement
Guest User

Untitled

a guest
Mar 26th, 2020
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. public class Komputer
  2. {
  3. int Ram;
  4. string Procesor;
  5. int Waga;
  6.  
  7. public Komputer(int ram, string procesor, int waga)
  8. {
  9.  
  10. }
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement