Skip to content

AppsLab2019/Open-Lab-02.01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Open-Lab-02.01 (3 XP)

Two functions to work with array of numbers.

  1. Fork this repository to your GitHub account.
  2. Open solution file in Visual Studio.
  3. Open file Exercise.cs
  4. Implement method Create5Numbers() so that it returns array of 5 double numbers.
  5. Implement method GetSecond(double[] numbers) so that it returns 2nd number from specified array of numbers.
  6. Run with CTRL+F5 to test it.
  7. If all tests are passed, commit&sync your repository.
  8. Send link to your repository for Lab Master (in #slack) to check it.

About

(3 XP) Two functions to work with array of numbers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages