diff options
author | Sudipto Mallick <smlckz@termux-alpine> | 2024-01-25 05:50:05 +0000 |
---|---|---|
committer | Sudipto Mallick <smlckz@termux-alpine> | 2024-01-25 05:50:05 +0000 |
commit | 13f9553a26a51b95ab194e5328ad302b35d7b118 (patch) | |
tree | 8cc94ea3ae2baac3335bd8471196f90a28a2a066 /java/output | |
parent | a5afdcfa7165e100042f03de1b3f7a601389776f (diff) | |
download | zadania-13f9553a26a51b95ab194e5328ad302b35d7b118.tar.gz |
Complete Java assignments
Diffstat (limited to 'java/output')
-rw-r--r-- | java/output/CuboidCalculations.typ | 6 | ||||
-rw-r--r-- | java/output/EmployeeDisplay.typ | 7 | ||||
-rw-r--r-- | java/output/ParentWithTwoChildren.typ | 4 |
3 files changed, 15 insertions, 2 deletions
diff --git a/java/output/CuboidCalculations.typ b/java/output/CuboidCalculations.typ new file mode 100644 index 0000000..28593ef --- /dev/null +++ b/java/output/CuboidCalculations.typ @@ -0,0 +1,6 @@ +#import "/template.typ": highlight-output +#highlight-output[``` +Surface area of the Cuboid: 94 +Volume of the Cuboid: 60 +```] + diff --git a/java/output/EmployeeDisplay.typ b/java/output/EmployeeDisplay.typ new file mode 100644 index 0000000..9891423 --- /dev/null +++ b/java/output/EmployeeDisplay.typ @@ -0,0 +1,7 @@ +#import "/template.typ": highlight-output +#highlight-output[``` +Employee named "Kim Ji-hyung" with ID 87416846. +Scientist named "Daniel Lemire" with ID 14534, 80 publications and 25 years of experience. +Distinguished scientist named "Donald Ervin Knuth" with ID 11, 185 publications, 60 years of experience and awardee of Grace Murray Hopper Award (1971), Turing Award (1974), National Medal of Science (1979), John von Neumann Medal (1995), Harvey Prize (1995), Kyoto Prize (1996), Faraday Medal (2011). +```] + diff --git a/java/output/ParentWithTwoChildren.typ b/java/output/ParentWithTwoChildren.typ index de253ec..0fb3ff1 100644 --- a/java/output/ParentWithTwoChildren.typ +++ b/java/output/ParentWithTwoChildren.typ @@ -2,8 +2,8 @@ #highlight-output[``` Parent: ID: 1, Name: John Doe, Address: 123 Main St. ChildOne: ID: 2, Name: Jane Doe, Address: 456 Elm St. - Marks: 85 + Marks: 85 ChildTwo: ID: 3, Name: Mike Smith, Address: 789 Oak St. - Qualification: B.Tech, Salary: 50000.0 + Qualification: B.Tech, Salary: 50000.0 ```] |