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!
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).
A java project for a Mine Sweep Game.
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 using OOP with Encapsulation, Abstraction and Inheritance!
Homeworks and exams from Java Basics at SoftUni
Tasks from my course Programming Basics with Java at SoftUni
this is a Guess the number game made in java
A program to calculate a power bill based on customer usage.
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 …
🏋🏻 Exercícios Java - Bloco 1/3 da Generation Brasil: Introdução à linguagem Java e sua estrutura.⠀⠀⠀⠀ ⠀⠀⠀⠀ ⠀⠀⠀ ⠀⠀⠀ ⠀⠀⠀ ⠀⠀ ⠀ 🛠 Spring Tool Suite.
Made a entertaining game to use numbers to catch the "running car."
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.
Higher/Lower Guessing Game -- Develop a Java console game where players guess a randomly generated number between 1 and 100. Implement input validation, provide feedback on each guess, and limit the player to 5 attempts. Display the outcome (win/lose) and the correct number at the end.
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."