Skip to content
View timeless-perfections's full-sized avatar
Block or Report

Block or report timeless-perfections

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Popular repositories Loading

  1. Flight-Ticket-Price-Calculation Flight-Ticket-Price-Calculation Public

    I made a program with Java that calculates air ticket prices according to distance and conditions. I received distance (KM), age and trip type (One Way, Round-Trip) information from the user and ch…

    Java 1

  2. Chinese-Zodiac-Calculator Chinese-Zodiac-Calculator Public

    What is the Chinese Zodiac? Chinese astrology is a type of astrology that has been used for 4000 thousand years and describes people with 12 different signs and symbols. The Chinese Zodiac is an an…

    Java 1

  3. first-project first-project Public

    This repository contains my first projects

    Java 1

  4. Leap-Year-Calculation Leap-Year-Calculation Public

    A leap year is a year with 366 days instead of 365 in the Gregorian calendar. This extra day (leap day) is obtained by adding February 29 to February, which is normally 28 days.

    Java

  5. Program-to-find-numbers-divisible-by-3-and-4 Program-to-find-numbers-divisible-by-3-and-4 Public

    I wrote a program that calculates the average of numbers divisible by 3 and 4 from the numbers 0 to the number entered with Java loops.

    Java

  6. Armstrong-Number Armstrong-Number Public

    What is Armstrong Number? An n-digit number is called an Armstrong number if the sum of the nth powers of the digits is equal to the number itself. For example, let's take the number 407. (4^3)+ (0…

    Java