Skip to content

Birmingham | 26-ITP-May | Gabriel Pawuoi | Sprint 1 | Coursework#1457

Open
KhotKeys wants to merge 1 commit into
CodeYourFuture:mainfrom
KhotKeys:sprint-1
Open

Birmingham | 26-ITP-May | Gabriel Pawuoi | Sprint 1 | Coursework#1457
KhotKeys wants to merge 1 commit into
CodeYourFuture:mainfrom
KhotKeys:sprint-1

Conversation

@KhotKeys

@KhotKeys KhotKeys commented Jul 4, 2026

Copy link
Copy Markdown

Learners, PR Template

Self checklist

  • I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
  • My changes meet the requirements of the task
  • I have tested my changes
  • My changes follow the style guide

Changelist

Completed the tasks for Complete Sprint 1 Coursework:
1-key-exercises
2-mandatory-errors
3-mandatory-interpret

@github-actions

This comment has been minimized.

@KhotKeys KhotKeys changed the title Birmingham > Birmingham | 26-ITP-May | Gabriel Pawuoi | Sprint 1 | Coursework Jul 4, 2026
@github-actions

This comment has been minimized.

1 similar comment
@github-actions

This comment has been minimized.

@KhotKeys KhotKeys added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Jul 4, 2026
@github-actions

This comment has been minimized.

@github-actions github-actions Bot removed the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Jul 4, 2026
@KhotKeys KhotKeys added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Jul 4, 2026
@github-actions

This comment has been minimized.

@github-actions github-actions Bot removed the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Jul 4, 2026
@KhotKeys KhotKeys added Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. 📅 Sprint 1 Assigned during Sprint 1 of this module Module-Structuring-And-Testing-Data The name of the module. labels Jul 4, 2026
@Joshuafolorunsho Joshuafolorunsho added the Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. label Jul 6, 2026

@Joshuafolorunsho Joshuafolorunsho left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a top quality pull request. Well done, and keep it up!

Comment on lines +9 to +17
// num represents a random integer between 1 and 100 (inclusive).
//
// Breakdown:
// 1. Math.random() generates a random decimal in [0, 1)
// 2. (maximum - minimum + 1) = 100, so Math.random() * 100 gives a decimal in [0, 100)
// 3. Math.floor(...) rounds down to an integer in [0, 99]
// 4. Adding minimum (1) shifts the range to [1, 100]
//
// So num is a random whole number from 1 to 100.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lovely explanation!

@Joshuafolorunsho Joshuafolorunsho added Complete Volunteer to add when work is complete and all review comments have been addressed. and removed Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Jul 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Complete Volunteer to add when work is complete and all review comments have been addressed. Module-Structuring-And-Testing-Data The name of the module. 📅 Sprint 1 Assigned during Sprint 1 of this module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants