ChangeRequest / introduction.hw1

Introduction. Home Work 1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction. Home Work 1

Join the chat at https://gitter.im/changerequest/introduction.hw1

  1. P=4*a.

  2. Return amount of full meters for given centimeters.

  3. Return true only if b is between a and c.

  4. Return sum of 2 greatest digits between a, b and c.

  5. a=\frac{2\sin (x-\frac{\pi}{6})b}{\frac{1}{2}+\sin^{2}y};b=1+\frac{z^{2}}{3+\frac{Z^{2}}{5}}.

  6. s=1+x+\frac{x^{2}}{2!}+\frac{x^{3}}{3!}+\frac{x^{4}}{4!};z=\sin{x^{3}}+\cos^{2}{y}.

  7. Return Day title as String in English for Day index (from 1 to 7). Return error string for other indexes. Use case operator to solve this task.

  8. Find sum of N^{2}+(N+1)^{2}+(N+2)^{2}+...+(2*N)^{2}.

  9. Return true only if given number n is power of 3.

  10. Determine whether a record of integer n contains digit 2, if so - return true, else return false.

About

Introduction. Home Work 1

License:Apache License 2.0


Languages

Language:Groovy 76.1%Language:Java 23.9%