Skip to content
View tetsuo-shima's full-sized avatar

Block or report tetsuo-shima

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. Java-Deitel-C09P08-Quadrilateral_Inheritance Java-Deitel-C09P08-Quadrilateral_Inheritance Public

    Write an inheritance hierarchy for classes Quadrilateral, Trapezoid, Parallelogram, Rectangle and Square. Use Quadrilateral as the superclass of the hierarchy. Create and use a Point class to repre…

    Java 3 2

  2. Python-Gaddis2e-C06P06-Test_Average_and_Grade Python-Gaddis2e-C06P06-Test_Average_and_Grade Public

    # Write a program that asks the user to enter five test scores. The program should display a letter grade for each score and the average test score. Write the following functions in the program: (1…

    Python 2 1

  3. Python-Gaddis2e-C08P05-Charge_Account_Validation Python-Gaddis2e-C08P05-Charge_Account_Validation Public

    Write a program that reads the contents of a charge account number file into a list. Each account number is a seven-digit number, such as 5658845. The program should then ask the user to enter a ch…

    Python 1 1

  4. TDD-Kata-1 TDD-Kata-1 Public

    Stubbing my toe repeatedly for the fun of it.

  5. Public-Projects Public-Projects Public

    Java

  6. JavaProgramming-Liang10ed-C01P01 JavaProgramming-Liang10ed-C01P01 Public

    (Display three messages) Write a program that displays Welcome to Java , Welcome to Computer Science , and Programming is fun .

    Java