scanner-class

There are 8 repositories under scanner-class topic.

  • Aburraq/VehicleInsuranceCalculator

    This Vehicle Insurance Calculator could be my first Java project to understand OOP concepts. It is quite simple but very informative for beginners. I have found it on my projects and wanted to post here as a memory xx

    Language:Java0100
  • AgnieszkaAureliaMarczak/Hangman

    Structure-oriented guessing game

    Language:Java0100
  • fayedraza/BeginnerPrograms

    Programs relating to the fundamentals of Java

    Language:Java00
  • nidhi4545/HotelReservationApplication

    This is a hotel reservation application that I created as a part of a course. Will be adding more enhancements slowly

    Language:Java10
  • NjabuloBot/Prime-Number

    Java Program that return prime numbers from a range of numbers entered by a user,with the use of the JAVA Scanner class for taking in user input,conditional statements to check if a given number is a prime number or not and the use of recursion.

    Language:Java10
  • sedanuronderr/ScannerApp_Compose

    Compose , Compose -UI Jetpack libraries were used in the project.

    Language:Kotlin10
  • VaibhavMojidra/Java---Demo-Scanner-Class-In-Java

    Scanner is a class in java.util package used for obtaining the input of the primitive types like int, double, etc. and strings. It is the easiest way to read input in a Java program, though not very efficient if you want an input method for scenarios where time is a constraint like in competitive programming.

    Language:Java10