Skip to content

VladFadeev/TutorialProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TutorialProject

This repository is for tasks from "Java from Epam" book.

List of tasks

  • Chapter 3, Variant C, Task 7 (Done)

    Define class Point in space, with coordinates as Rational Fraction. Create methods for determining distance between points and distance from coordinate origin. Check for three points if they lie on the same line.

  • Chapter 4, Variant B, Task 12 (Done)

    Mobile network. Define tariff hierarchy for mobile company. Create list of company's tariffs. Count customers across all tariffs. Sort tariffs based on price. Find tariff by param range.

  • Chapter 5, Variant А, Task 17 (Done)

    Create class Cinema with inner class, objects of which can store information about cinema addresses, films and session start time.

  • Chapter 6, Variant А, Task 10 (Done)

    Building. Capabilities: build a building; calculate price per square meter; get room count; increase area; let building; do renovations (in any room). Add specialized methods for House, Office, Shopping Center.

  • Chapter 7, Variant А, Task 25 (Done)

    Check whether string is pangram (uses all characters of the alphabet at least once).

About

This repository is dedicated to the tasks from "Java from Epam" book.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages