Skip to content
View Rohit-gh6's full-sized avatar

Block or report Rohit-gh6

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Exploring-Cards Exploring-Cards Public

    HTML

  2. Progressing-Steps Progressing-Steps Public

    CSS

  3. Integer-to-Words.java Integer-to-Words.java Public

    This Java program converts a user-input integer (between 0 and 99) into its English word representation. For example, entering 50 outputs "fifty", and 17 outputs "seventeen".

    Java

  4. PatternPrinter.java PatternPrinter.java Public

    This Java program prints various star (*) patterns based on user-defined logic. It demonstrates fundamental programming concepts such as loops, conditional statements, and formatting in Java.

    Java

  5. FriendlyGreeting.java FriendlyGreeting.java Public

    The WelcomeUser program is a simple Java console application that prompts the user to enter their name and then displays a personalized welcome message. It utilizes the Scanner class to handle user…

    Java

  6. SimpleCalculator.java SimpleCalculator.java Public

    The SimpleCalculator program is a basic Java console application that allows users to input two numbers and computes their sum. It demonstrates fundamental programming concepts such as user input h…

    Java