Advertisement
mmayoub

Ex03P027, Student.cs

Nov 18th, 2021
832
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.26 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4.  
  5. namespace Ex03P027
  6. {
  7.     // Ex03 - P027
  8.     class Student
  9.     {
  10.         private int id;
  11.         private String name;
  12.         private int clss;
  13.         private int registerd;
  14.     }
  15.  
  16.  
  17. }
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement