Skip to content

Commit

Permalink
unit 9 hw
Browse files Browse the repository at this point in the history
  • Loading branch information
SGTech08 committed Oct 10, 2024
1 parent cba1f1f commit bfe3f13
Show file tree
Hide file tree
Showing 10 changed files with 2,850 additions and 67 deletions.
20 changes: 4 additions & 16 deletions _notebooks/Foundation/2024-09-25-p1_unit5_accessorMethods.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"vscode": {
"languageId": "java"
}
},
"metadata": {},
"outputs": [],
"source": [
"public class snack { \n",
Expand Down Expand Up @@ -132,11 +128,7 @@
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"vscode": {
"languageId": "java"
}
},
"metadata": {},
"outputs": [
{
"name": "stdout",
Expand Down Expand Up @@ -194,11 +186,7 @@
{
"cell_type": "code",
"execution_count": 3,
"metadata": {
"vscode": {
"languageId": "java"
}
},
"metadata": {},
"outputs": [
{
"name": "stdout",
Expand Down Expand Up @@ -246,7 +234,7 @@
"codemirror_mode": "java",
"file_extension": ".jshell",
"mimetype": "text/x-java-source",
"name": "Java",
"name": "java",
"pygments_lexer": "java",
"version": "17.0.11+7-LTS-207"
}
Expand Down
62 changes: 11 additions & 51 deletions _notebooks/Foundation/2024-09-25-p1_unit5_constructors.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,7 @@
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"vscode": {
"languageId": "java"
}
},
"metadata": {},
"outputs": [
{
"name": "stdout",
Expand Down Expand Up @@ -84,11 +80,7 @@
{
"cell_type": "code",
"execution_count": 13,
"metadata": {
"vscode": {
"languageId": "java"
}
},
"metadata": {},
"outputs": [
{
"name": "stdout",
Expand Down Expand Up @@ -129,11 +121,7 @@
{
"cell_type": "code",
"execution_count": 15,
"metadata": {
"vscode": {
"languageId": "java"
}
},
"metadata": {},
"outputs": [
{
"name": "stdout",
Expand Down Expand Up @@ -194,11 +182,7 @@
{
"cell_type": "code",
"execution_count": 5,
"metadata": {
"vscode": {
"languageId": "java"
}
},
"metadata": {},
"outputs": [
{
"name": "stdout",
Expand Down Expand Up @@ -229,11 +213,7 @@
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"vscode": {
"languageId": "java"
}
},
"metadata": {},
"outputs": [
{
"name": "stdout",
Expand Down Expand Up @@ -269,11 +249,7 @@
{
"cell_type": "code",
"execution_count": 3,
"metadata": {
"vscode": {
"languageId": "java"
}
},
"metadata": {},
"outputs": [
{
"name": "stdout",
Expand Down Expand Up @@ -310,11 +286,7 @@
{
"cell_type": "code",
"execution_count": 4,
"metadata": {
"vscode": {
"languageId": "java"
}
},
"metadata": {},
"outputs": [
{
"name": "stdout",
Expand Down Expand Up @@ -346,11 +318,7 @@
{
"cell_type": "code",
"execution_count": 5,
"metadata": {
"vscode": {
"languageId": "java"
}
},
"metadata": {},
"outputs": [
{
"name": "stdout",
Expand Down Expand Up @@ -389,11 +357,7 @@
{
"cell_type": "code",
"execution_count": 6,
"metadata": {
"vscode": {
"languageId": "java"
}
},
"metadata": {},
"outputs": [
{
"name": "stdout",
Expand Down Expand Up @@ -424,11 +388,7 @@
{
"cell_type": "code",
"execution_count": 10,
"metadata": {
"vscode": {
"languageId": "java"
}
},
"metadata": {},
"outputs": [
{
"name": "stdout",
Expand Down Expand Up @@ -513,7 +473,7 @@
"codemirror_mode": "java",
"file_extension": ".jshell",
"mimetype": "text/x-java-source",
"name": "Java",
"name": "java",
"pygments_lexer": "java",
"version": "17.0.11+7-LTS-207"
}
Expand Down
Loading

0 comments on commit bfe3f13

Please sign in to comment.