Sort by

recency

|

29 Discussions

|

  • + 0 comments

    write aprogram to read number from left to right 1234 1 2 3 4

  • + 2 comments
    def solve(n):
            if n < 3 :
                    return -1 
            elif n%4 == 1 or n%4 == 3 :
                    return 2
            elif n%4 == 0 :
                    return 3
            else:
                    return 4
    
  • + 0 comments

    Hey guys! Our services https://essaywriter.org/ are focused on customer satisfaction and aim at the success of the customers who purchase our services. Therefore, we take our essay writing services very seriously. This is done with the help of our financial guarantees, in which the client is protected.

  • + 0 comments

    My simple solution in Python3

    def solve(n):
        if n % 2==1:
            return 2
        n -= 4
        if n % 4 ==0 :
            return 3
        return 4
    
  • + 0 comments

    Hey everyone! Only 100% unique and quality papers. Our Quality Assurance Team checks every paper for sale for plagiarism and consistency before final delivery, what are different types of emotions ?. You are guaranteed to receive an entirely original piece with properly cited sources.