GitHub / Minisiia 8 Repositories
Minisiia/LibrarySpringBoot
Spring Course Work
Language: Java - Size: 185 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Minisiia/SpringDataRepoWithSpringBoot
Example. Create project with Spring Boot
Language: Java - Size: 83 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Minisiia/GenshinImpactJunit5SpringBoot
Create 2 tests that test the method for a checked type thrown exception for invalid parameters passed to the method. Create 2 tests that will test the retrieval of information from the database. Create 2 tests that will check the operation of the controllers.
Language: Java - Size: 91.8 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Minisiia/SpringBootJunitPerson
Create 2 tests that test the method for a checked type thrown exception for invalid parameters passed to the method. Create 2 tests that will test the retrieval of information from the database. Create 2 tests that will check the operation of the controllers.
Language: Java - Size: 81.1 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Minisiia/SpringDataJpaRepo
Example app with Spring Jpa
Language: Java - Size: 11.7 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Minisiia/RestTomcat
Rest example from lecture with Tomcat
Language: Java - Size: 14.6 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Minisiia/SoapTomcat
Soap example from lecture with Tomcat
Language: Java - Size: 9.77 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Minisiia/RESTTranslatorSpring
Implement your first simple REST word translation services. The service knows about 20 words in English. You enter a word in Ukrainian, and the service gives an answer in English.
Language: Java - Size: 65.4 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Minisiia/RESTTranslator
Implement your first simple REST word translation services. The service knows about 20 words in English. You enter a word in Ukrainian, and the service gives an answer in English.
Language: Java - Size: 13.7 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Minisiia/SOAPTranslatorSpring
Implement your first simple SOAP word translation services. The service knows about 20 words in English. You enter a word in Ukrainian, and the service gives an answer in English.
Language: Java - Size: 76.2 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Minisiia/SoapCarsshopServer
Using the script from the carsshop.sql attachments, create the carsshop database. And create a SOAP service that, using jdbc, will take dao of objects from tables. Create a client for this service and get data.
Language: Java - Size: 11.7 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Minisiia/XslTransformer
Define a method that transforms the developed XML document into the document specified in each job.
Language: Java - Size: 22.5 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Minisiia/SubstringAndSplit
*IO & Strings* Create a line with text (take any text from the Internet). Break this line into 2 sublines of equal length and display each sentence from a new line.
Language: Java - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Minisiia/FileEdit
*IO & Strings* Create a text file and a class in the package, put some text in the file. Display the contents of the file.
Language: Java - Size: 16.6 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Minisiia/PojoDiIocQuest
Create the Quest interface and several of its implementations, as well as the Knight class. A knight can accept any implementation of the Quest interface and complete that Quest successfully. Use new knowledge about POJOs, DI & IoC while doing the task.
Language: Java - Size: 10.7 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/HibernateSelectDelete
Write a method for selecting by searching for an expression, and rewrite the createCriteria and createCriteriaLogic methods correctly
Language: Java - Size: 69.3 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/HibernateAnimal
Create a new database using MySQLWorkbench, Gradle project and set it up properly, hibernate.cfg.xml settings file, Animal(int age, String name, boolean tail) class with get and set methods, as an entity to our table, with using hibernate a new table with initial value.
Language: Java - Size: 63.5 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/XmlXsdPowerTool
Create an XML file and its corresponding XSD schema.
Language: Java - Size: 36.1 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/XmlPrintInsideTag
Using file manipulation, output not all the contents of the XML document, but only what is inside the tag.
Language: Java - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/HibernateUpdate
Update the name field for all records whose last_name field value length is greater than 7 In the name field, write the value "1" * Task for independent search for solutions.
Language: Java - Size: 64.5 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/HibernateManyToMany
Using MySQL Workbench to rewrite the database so that one book could be written by several authors, also one author can write several books. Implement a many-to-many relationship.
Language: Java - Size: 70.3 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/HibernateDelete
In the BookHelper class add methods for deleting a book by id and by author.
Language: Java - Size: 72.3 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/HibernateFlushLogging
Set up project logging
Language: Java - Size: 66.4 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/HibernateUpdateAuthorById
Add a method to update the author's name by id.
Language: Java - Size: 71.3 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/HibernateFlush
Loop through 200 author objects and save them to the database. Field values can be any. Use the flush method for every 10 objects. Execute the commit method once at the end.
Language: Java - Size: 67.4 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/Singleton
Write a program for tracking sales in an online store using the Singleton pattern.
Language: Java - Size: 10.7 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/Prototype
You are developing a system for managing products in an online store. One of the tasks of the system is to create copies of products for editing or creating new products based on existing ones. You need to implement this functionality using the "Prototype" design pattern.
Language: Java - Size: 15.6 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/Builder
Create a House class with the number of rooms, the presence of a pool. Use the Builder design pattern to create a House object. Create several House objects with different characteristics using different ConcreteBuilder and HouseDirector options. Output information about the House objects to the console.
Language: Java - Size: 5.86 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/AbstractFactory
Create a game using the Abstract Factory pattern.
Language: Java - Size: 13.7 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/StaticFactoryBook
Сreate a Book class, which represents a book with a title, author, and year of publication. To create an instance of the Book class, you should use a static factory called BookFactory
Language: Java - Size: 8.79 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/FactoryMethodMavenHibernate
Create a new database using MySQLWorkbench, Maven project and set it up properly, hibernate.cfg.xml settings file, create with using hibernate a new table with initial value.
Language: Java - Size: 7.81 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/FactoryMethod
A video game involves several types of characters. Each character has a name, a health level, a damage level, and a special ability. The wizards can cast spells, the warriors can block attacks, and the archers can shoot arrows. You have been tasked with implementing a factory method to create these characters.
Language: Java - Size: 5.86 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/GradleHibernateBook
Get a Book object and a collection of objects. Get a specific Book by id. Add New Book. And this is all implemented in the BookHelper class.
Language: Java - Size: 65.4 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/JpaHibernateAnimal
Create a new database using MySQLWorkbench. Create a regular java project and connect the JPA and Hibernate libraries to it. Create a file with persistence.xml settings in the META-INF folder. And create an Animal class with get and set methods as an entity to our table. And using jpa to make crud in the AnimalHelper class.
Language: Java - Size: 12.7 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/ElectricApplianceDAO
Determine the hierarchy of electrical appliances. Plug some in. Calculate the power consumption. Carry out sorting of appliances in the apartment based on power. Find a device in the apartment that matches the specified range of parameters. Use database access and DAO.
Language: Java - Size: 8.79 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/ElectricApplianceWithoutDAO
Determine the hierarchy of electrical appliances. Plug some in. Calculate the power consumption. Carry out sorting of appliances in the apartment based on power. Find a device in the apartment that matches the specified range of parameters. Do not use database access and DAO.
Language: Java - Size: 5.86 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/JdbsTxtMysqlQuery
Write all requests in a text file from a new line each and use the I / O streams to read all requests from the file and execute.
Language: Java - Size: 5.86 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/JdbsJoins
Make a selection using JDBC and JOIN's for some tasks
Language: Java - Size: 5.86 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/JdbcNewDBMysql
Create a database in Workbench and connect to IntelijIdea and create a test table. Populate it with data using MySQL queries in IntelijIdea. Using JDBC write an example of executing all requests.
Language: Java - Size: 9.77 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/MySqlTriggers
Create a trigger that will delete records from the 2nd and 3rd tables before deleting records from the employee tables (1st table) so as not to violate the integrity of the data.
Size: 1.95 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/MySqlTransaction
Execute a series of insert records as a transaction in a stored procedure. If there is such an employee, rollback the database.
Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/MySqlFunctionCarsshop
Using the carsshop database, create a function to find the minimum age of a customer, then sample all the cars he bought.
Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/MySqlProcedure
Create functions/procedures for some tasks
Size: 6.84 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/MySqlIndexShopDB
Using the ShopDB database and the Customers page (delete the table if present and re-create the first time without a primary key then with a primary) and then add the indexes and parse the dataset.
Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/MySqlIndexView
Set your indexes on tables and create views for some tasks
Size: 11.7 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/MySqlSubqueriesShopDB
Using subqueries and ShopDB to get the names of buyers and names of employees whose TotalPrice of goods is more than 1000
Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

Minisiia/MySqlSubqueries
Make a selection using subqueriesfor some tasks
Size: 10.7 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

Minisiia/MySqlJoinShopDB
Using JOIN's and ShopDB to get the names of buyers and names of employees whose TotalPrice of goods is more than 1000
Size: 1.95 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

Minisiia/MySqlConditionMarred
Employee by id 1 was not married, married change the data in the third table about marital status.
Size: 1.95 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/MySqlJoin
Make a selection using JOIN's for some tasks
Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

Minisiia/MySqlNormalizationTable
Normalize the table
Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

Minisiia/MySqlNormalizationStaff
Design a database for a fictitious HR system, normalize all tables.
Size: 6.84 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

Minisiia/MySqlPkFkStaff
Design a database for an HR system
Size: 5.86 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/MySqlPkFkWarehouse
Design a database for a wholesale warehouse that has suppliers of goods, staff, regular customers. Think over the fields of the tables yourself.
Size: 7.81 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/MySqlConditionSalaryMore10000
To get the id of employees whose salary is more than 10000.
Size: 1.95 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/MySqlCreateDB
Create a database named "MyDB". In the created database (from task 2), create 3 tables: the 1st contains the names and phone numbers of employees of a certain company, The 2nd contains statements about their salary, and positions, the 3rd contains information about marital status, date of birth and place of residence.
Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/LambdaCalulator
Write the basic arithmetic operations of the calculator using lambda expressions
Language: Java - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/BookLambdaAnonymousClass
Create a Book class, make 3 fields and corresponding methods. To implement the closure of the anonymous class and the lambda expression.
Language: Java - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

Minisiia/LambdaStream
Create a list and fill 10 cells with random numbers, you need to output the sum of the squares of all elements of the list using map() and reduce().
Language: Java - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

Minisiia/ResolveDeadlockThread
Create 2 classes. Implement mutual blocking of these classes. Use all possible methods to solve the problem of mutual blocking.
Language: Java - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/BlockingThreads
Create 2 classes. Implement mutual blocking of these classes.
Language: Java - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/SynchronizedThreads
Create 2 classes with fields and methods. It is necessary to synchronize the methods of these classes with each other, i.e. to display values one by one (class 1, class 2, 1, 2, etc.)
Language: Java - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/ThreadPriority
Create 2 classes PriorityRunner and PriorityThread. Start 3 threads with priorities (min, max, norm). With the help of the for loop, we will display values from 1 to 50 on the screen and indicate which thread is doing this operation.
Language: Java - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/ThreadSleep
Create three threads, start each of these threads (for example: main, second, first), and when these threads work successfully - display a message on the screen (completion then first, second and main).
Language: Java - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/CurrencyJson
Create classes Currency, Parser, Main. Connect to the NBU API and display 3 currencies to the console
Language: Java - Size: 8.79 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

Minisiia/AddressJson
Create a line in JSON format. Processing and writing to JSON file using Jackson and Gson libraries.
Language: Java - Size: 7.81 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/AddressJAXBParser
Create a class using JABXParser that describes the hierarchy of the XML file. The project creates an XML file and builds a tree (city, street name, house)
Language: Java - Size: 8.79 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/CitySAXParser
Create a class using SAXParser that describes the hierarchy of the XML file. The project creates an XML file and builds a tree (city, street name, house)
Language: Java - Size: 10.7 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/AnimalXMLParser
Create XML file and AnimalParser class. Print the name, breed of all cats to the console using any of the previously considered parsers
Language: Java - Size: 6.84 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

Minisiia/AnimalInheritanceCloning
Create an Animal and Eagle clasess. Create 3 fields in the Animal class, Eagle must inherit from the Animal class. Clone an Eagle object
Language: Java - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/BirdDeepCloneSerialization
Create a Bird class. Create 3 fields (static, final and transient), methods, constructor. Clone an object using deep cloning via serialization
Language: Java - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/AnimalSerialization
Create an Animal class. Describe 3 different fields in it, create a constructor, methods. Create a file and serialize the Animal object, deserialize, and print to the console
Language: Java - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/CarExternalizable
Create a Car class. Describe in it 3 different fields including static fields, create a constructor, methods. Create a file and serialize the Car object using the interface externalizable.
Language: Java - Size: 6.84 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/CarShallowDeepCloning
Create a Car class. Describe 3 different fields in it, create a constructor, methods. Make shallow and deep clones of the Car object.
Language: Java - Size: 5.86 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/DisplayVariablesLossOfAccuracy
*DataTypes* Display of variables without loss of accuracy
Language: Java - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

Minisiia/EscapeCharacters
*DataTypes* To display string variables with escape characters
Language: Java - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/BooleanDataType
*DataTypes* To display a logical variable
Language: Java - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/DataTypeByte
*DataTypes* Byte type variable
Language: Java - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/CharDataType
*DataTypes* Using char variables print some phrase to console
Language: Java - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/ArithmeticOperators
*Variables* Calculate the result of operations for variables x, y, z
Language: Java - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/ArithmeticAverage
*Variables* Find the average of 3 numbers and print it to console
Language: Java - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/AreaOfACircle
*Variables* Сalculate the area of the circle and output to the console
Language: Java - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/CylindersVolumeAndSurfaceArea
*Variables* Write a program for calculating the volume and surface area of a cylinder
Language: Java - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/BasicSyntax
*Variables* Is it possible to create variables with such names?
Language: Java - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/ArithmeticOperations
*Variables* Print to the console the results of all arithmetic operations on two variables.
Language: Java - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/Calculator
*Conditional statements* Write a "Console Calculator" program with Switch Statement
Language: Java - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/IntervalWithElseIf
*Conditional statements* Into which digit range does the number enter
Language: Java - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/IfStatement
*Conditional statements* If the number is positive, add 1 to it, otherwise don't change it.
Language: Java - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/IfElseStatement
*Conditional statements* If the number is positive, add 1 to it, otherwise subtract 2 from it
Language: Java - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/MaxMinAverage
*Conditional statements* Print out the max, min, and average of three numbers
Language: Java - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/NumbersOfDaysWithSwitch
*Conditional statements* Find the number of days in a month for a non-leap year
Language: Java - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/TranslatorWithSwitch
*Conditional statements* Write the program "Ukrainian-English translator"
Language: Java - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/ParityWithBitwiseOperator
*Logical constructions* Parity Check of a Number
Language: Java - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/LogicOperations
*Logical constructions* Calculate the result of arithmetic and logical operations for variables
Language: Java - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/PremiumWithIfAndLogicalOperators
*Logical constructions* Write a program for calculating premiums for employees
Language: Java - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/PowerOfTwoWithBitwiseOperations
*Logical constructions* Check if number is a power of 2
Language: Java - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/DeMorganComparisonWithBitwiseOperations
*Logical constructions* Using DeMorgan's theorem, transform the original expression A | B to an equivalent expression
Language: Java - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/SumOddNumbersWithForLoop
*Loops* Sum of all odd numbers in the given range
Language: Java - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/PrintingShapesWithForLoop
*Loops* Display rectangle, right triangle, equilateral triangle,rhombus
Language: Java - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Minisiia/DoWhileLoop
*Loops* A number of possible delivery options using the factorial N! and the do-while loop.
Language: Java - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0
