Skip to content

Commit 866f582

Browse files
authored
Merge pull request #26 from JSK-KML/main
pull
2 parents b0daaea + de45e1b commit 866f582

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

File renamed without changes.

docs/tutorials/chapter-1-tutorial-1.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,15 @@ During the school holidays, the hotel offers a 10% discount on the total room ch
7878
::: details Click for clue
7979
Again, be mindful of the constant
8080
:::
81+
82+
83+
### Scenario 7 - Converting between Bytes <Badge type="tip" text="Question" />
84+
85+
Prompt user to input in Kilobyte, and convert the input into Megabyte, Gigabyte, Terabyte and Petabyte.
86+
::: details Click for clue
87+
For bytes, the base for conversion is in base 8
88+
:::
89+
90+
### Scenario 8 - Volume of Cuboid <Badge type="tip" text="Question" />
91+
A student is required to determine volume of a cuboid based on the measurements of length, width and height in centimetre unit. Determine input, process, and output for the volume calculation problem.
92+

0 commit comments

Comments
 (0)