Skip to content
#

boolean

Here are 23 public repositories matching this topic...

The Basic Java repository is a beginner's guide to Java programming. It includes examples and programs covering object-oriented programming, arrays, methods, and more. Whether you're new to Java or looking to strengthen your skills, this repository is the perfect resource to learn and practice Java programming concepts. 🚀📚

  • Updated Sep 8, 2023
  • Java

Petya started to attend programming lessons. On the first lesson his task was to write a simple program. The program was supposed to do the following: in the given string, consisting if uppercase and lowercase Latin letters, it: deletes all the vowels, inserts a character "." before each consonant, replaces all uppercase consonants with correspo…

  • Updated Mar 8, 2020
  • Java

Write a class definition for a Rectangle class that contains: Two int fields, length and width Mutator and accessor methods for the length and width fields. Ask the user for these values in the mutator methods. A Boolean method named isSquare that returns true if the rectangle’s length and width are the same and false otherwise. A method that re…

  • Updated Aug 26, 2022
  • Java

Improve this page

Add a description, image, and links to the boolean topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the boolean topic, visit your repo's landing page and select "manage topics."

Learn more