Skip to content

The Software Developer Conditionals #72

Description

@Ireti203

With your knowledge of conditionals/loops, Use the document.write() function to write a program that prints the numbers from 1 and the positive difference between 7 and 123 and satisfies the following;

  • For numbers that are multiples of three (3), print Software instead of the number.
  • For numbers that are multiples of five (5), print Developer instead of the number.
  • For numbers which are both multiples of three (3) and five (5), print Software Developer.
  • Ensure your PR is created with the task title as seen on the mobile App
  • NB: Numbers from 1 and the positive difference between 7&123 (ie find the positive difference and print the numbers between 1 and that number while fulfilling other criteria)
  • On your terminal, ensure you are in the tests/conditionals_js directory when you run ./test.sh command.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions