Skip to content

coddiwomplefrog/php_secret_additive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

PHP - Secret Additive Problem

Problem: You are given a function 'secret()' that accepts a single integer parameter and returns an integer. In PHP, write a program that determines if this function is an additive function [ secret(x+y) = secret(x) + secret(y) ] for all prime numbers under N where N is a given integer.

About

Secret Additive Problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages