Skip to content

KimKalura/BasicExercises_1_Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Hi, I'm Raluca! 👋

Here you can find the documentation of this repository - Basic Exercises(1)

🚀 About Me

💻(Aspiring) back-end software developer | 👨‍💻Helping companies to build great back-ends | Java, Spring Boot | Passionate about solving problems using technology

🛠 Skills

Back-end development · Unit Testing · Java · Algorithms · OOP · Relational Databases · SQL · Git · HTML · CSS · Web services · REST APIs · Spring Boot · Spring Framework · MySQL · Data Structures · Web Development · Software Development

🔗 Links

portfolio linkedin

Basic Exercises

This repository includes algorithms with java statements: conditionals (if-else, switch), loops (for, while).

Features

Algorithms directly return an answer or read the input from the console.

They include:

  • average of consecutive numbers from x to y
  • checking a prime number
  • sum of numbers
  • calculating the highest and lowest price from a list of prices
  • a program that prints the product of 2 consecutive numbers from the array
  • smallest number of any 3 numbers
  • method that returns whether a number is even or not
  • program to check whether a word is a palindrome
  • program to count letters, spaces, numbers, and other characters in a String
  • validating that the password chosen by the user is written correctly
  • factorial of a number
  • first n numbers in the Fibonacci sequence
  • implementation of a "guessing game"
  • program in which the user enters numbers from the keyboard one by one, until he enters the value 0, at which point the average of all entered numbers will be displayed on the console

Built with

Java

Prerequisites

For building and running the application you need:

  • JDK 1.8 or higher

Dependencies

You don't need any additional dependencies.

Installation

Clone the project

  git clone https://github.com/KimKalura/BasicExercises_1/tree/main/src

Badges

Maintained GIT IntelliJ IDEA

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages