Skip to content
Merged

pull #26

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
12 changes: 12 additions & 0 deletions docs/tutorials/chapter-1-tutorial-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,15 @@ During the school holidays, the hotel offers a 10% discount on the total room ch
::: details Click for clue
Again, be mindful of the constant
:::


### Scenario 7 - Converting between Bytes <Badge type="tip" text="Question" />

Prompt user to input in Kilobyte, and convert the input into Megabyte, Gigabyte, Terabyte and Petabyte.
::: details Click for clue
For bytes, the base for conversion is in base 8
:::

### Scenario 8 - Volume of Cuboid <Badge type="tip" text="Question" />
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.