שפת C: הבדלים בין גרסאות בדף

תוכן שנמחק תוכן שנוסף
אין תקציר עריכה
מ שוחזר מעריכות של 212.179.174.231 (שיחה) לעריכה האחרונה של Steeve815
תגית: שחזור
שורה 45:
[[sv:Programmering i ANSI-C]]
[[ta:சி]]
 
}
 
 
public BagrutExam(string code, int units, int mark)
{
this.code = code;
this.units = units;
this.mark = mark;
}
 
public string Getcode()
{
return code;
}
public int Getunits()
{
return units;
}
public int Getmark()
{
return mark;
}