Skip to content
View igalna's full-sized avatar

Block or report igalna

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Popular repositories Loading

  1. hello-world hello-world Public

    Hello world repository

    Java

  2. Traversal Traversal Public

    Java program for traversing strings

    Java

  3. Going-up Going-up Public

    Read an arbitrarily long sequence of positive numbers from the user, until -1 is entered. At that point, print ”Yes” if the numbers were consecutive and increasing and ”No” otherwise. Sequences ”1,…

    Java

  4. YouSayHigh YouSayHigh Public

    Modify your former program so that it outputs ”Yes” when the numbers are consecutive, regardless of whether they go up or down. For example, both ”2,3,4,5,6,-1” and ”10,9,8,7,-1” should now result …

    Java

  5. PokerHands PokerHands Public

    Read five cards from the user. For each card, read the rank (1,2,3,4,5,6,7,8,9, 10,J,Q,K) and the suit (”spades”, ”hearts”, ”diamonds”, ”clubs”). Each of the five cards must be valid before accepti…

  6. Exercises Exercises Public

    Forked from BBK-PiJ-2014-03/Exercises

    Exercises

    Java