IT 2249 Unit 10 Assignment- Capella University
1 Insert here a copy of your zip file of all of your NetBeans project files so that it could be unzipped, loaded and run in another NetBeans: Insert here a copy of your *.java source code text that you used here (copy and paste source code here, do not simply insert *.java files): /* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package u10a1_ooconsoleregisterforcourse; /** * * @author omora */ public class Course { private String code = ""; private int creditHour = 0; private boolean isRegisterdFor = false; public Course(String code, int creditHour){ = code; tHour = creditHour; } public void setCode(String code){ = code; } public String getCode() { return ; } public void setCrditHour(int creditHour) { tHour = creditHour;
Geschreven voor
- Instelling
- IT 2249
- Vak
- IT 2249
Documentinformatie
- Geüpload op
- 28 juni 2022
- Aantal pagina's
- 11
- Geschreven in
- 2021/2022
- Type
- Tentamen (uitwerkingen)
- Bevat
- Vragen en antwoorden
Onderwerpen
-
it 2249
-
it 2249 unit 10 assignment capella university
-
insert here a copy of your zip file of all of your netbeans project files so that it could be unzipped
-
loaded and run in another netbeans