Alex-Kud / Java_WEB_PSU

The repository was created to host laboratory work on the university subject of the 2nd year of the specialty Software Engineering of PSU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java_WEB_PSU

The repository was created to host laboratory work on the university subject of the 2nd year of the specialty Software Engineering of PSU

Content

  1. Laboratory work 1
  2. Laboratory work 2
  3. Laboratory work 3
  4. Laboratory work 4
  5. Laboratory work 5
  6. Laboratory work 6

Laboratory work 1

Enter n integers from the console and put them in an array. Output prime numbers to the console. Launching via the console

Laboratory work 2

Laboratory work 3

Geometric shapes.

  • determine the areas of the figures;
  • determine the average perimeter size for figures with more than 5 sides;
  • arrange the array in ascending order of area;
  • organize a search by the name of the shape, correcting one of the fields and displaying complete information about the shape after editing. Class Menu - Responsible for user interaction via the console Class Shape - Abstract entity class figure Classes Circle, Ellipse, Hexagon, Square, Triangle - classes of entities of geometric shapes

Laboratory work 4

Create a vector based on the command line arguments passed to the program. Sort the elements. The array must work with elements of the double type. The program should display the initial vector of elements, sorted winds, median value, average value.

Laboratory work 5

Prepare a JSP with information about the team. Add a session counter and display the current date and time requested from the server. The counter must guard its state after the server is restarted. To start, you need to start the volume server manually via startup.bat. laba_5

Laboratory work 6

Dating site. DB - json files

Authorization page

auth

Admin panel

admin

Questionnaire viewing page

questionnaires

User page

user_page


⬆️Content


About

The repository was created to host laboratory work on the university subject of the 2nd year of the specialty Software Engineering of PSU


Languages

Language:Java 69.0%Language:CSS 24.1%Language:JavaScript 6.9%