Repository destined to exercises and project about java and your applications
-
Updated
Nov 7, 2023 - Java
Repository destined to exercises and project about java and your applications
There are some questions and its answers with output are in the pdf. Also, .java files are uploaded for your reference
Java is a programming language with which we can develop cross-platform software thanks to the JVM (Java Virtual Machine). 🌱 Here I reviewed fundamental characteristics of the language and practiced its bases. I used InteliJ IDEA IDE, JShell, JavaDocs, conditionals, cycles, 1,2,3 and 4-dimensional arrays, I implemented functions, ... 💚🔥
My goal is to learn java by doing projects!
A Java project using OOP with Encapsulation, Abstraction and Inheritance!
Armstrong number is a number that is equal to the sum of cubes of its digits. For example 0, 1, 153, 370, 371 and 407 are the Armstrong numbers.
A java project for a Mine Sweep Game.
The course includes writing entry-level programming code (basic coding skills), working with a development environment (IDE), using variables and data, operators and expressions, working with the console (reading input and printing results), using of conditional constructions (if, if-else) and loops (for, while, do-while).
🏋🏻 Exercícios Java - Bloco 1/3 da Generation Brasil: Introdução à linguagem Java e sua estrutura.⠀⠀⠀⠀ ⠀⠀⠀⠀ ⠀⠀⠀ ⠀⠀⠀ ⠀⠀⠀ ⠀⠀ ⠀ 🛠 Spring Tool Suite.
Create a project that asks the user for a minimum integer, then a maximum integer, then a value between those two numbers. The program needs to validate that the second number is greater than the first number, and it also needs to validate that the third number is between the first two numbers. Use 3 While loops, which will repeat over and over …
It's a collection of the programs that I did as a part of weekly assignments. This assessment is in the course, which is Software Automation Engineer based.
Homeworks and exams from Java Basics at SoftUni
Analyze sales data from four different CSV yearly files, store the information into collections and output data to the console
While loop is used to iterate a part of the program repeatedly until the specified Boolean condition is true. As soon as the Boolean condition becomes false, the loop automatically stops.
Usage of Programming Constructs, Logics, and GIT Flows
This Repository contains a "Number Program". These programs are solved in "Java"
Basic Java Programs
Add a description, image, and links to the while-loop topic page so that developers can more easily learn about it.
To associate your repository with the while-loop topic, visit your repo's landing page and select "manage topics."