Skip to content

(5 XP) A function that checks if a number is divisible by 5.

License

Notifications You must be signed in to change notification settings

AppsLab2019/Open-Lab-02.05

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Open-Lab-02.05

(5 XP) A function that checks if a number is divisible by 5.

  1. Fork this repository to your GitHub account.
  2. Open solution file in Visual Studio.
  3. Open file Calculator.cs.
  4. Implement the method DivisibleByFive(int number) that checks if a number is divisible by 5.
  5. Run with CTRL+F5 to test it.
  6. If all tests are passed, commit & sync your repository.
  7. Send a link to your repository for Lab Master (in #slack) to check it.

Examples:

DivisibleByFive(5) ➞ true
DivisibleByFive(-55) ➞ true
DivisibleByFive(37) ➞ false

About

(5 XP) A function that checks if a number is divisible by 5.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages