Skip to content
View synac1's full-sized avatar
:octocat:
Coding
:octocat:
Coding
Block or Report

Block or report synac1

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

Pinned

  1. Homework solutions Homework solutions
    1
    import java.util.Random;
    2
    import java.util.Scanner;
    3
    
                  
    4
    public class AlanTuring {
    5
    	public static boolean getRandomChoice(){
  2. Company Class and CompanyTest Company Class and CompanyTest
    1
    package ThirdLesson;
    2
    
                  
    3
    /**
    4
     * Created by Yanilda on 9/29/2015.
    5
     */