From f9748a4e8ed1c7b2ea363c4824cd7358ead4436b Mon Sep 17 00:00:00 2001 From: Forte Date: Wed, 24 Mar 2021 14:27:51 -0400 Subject: [PATCH] Attempt to rephrase platform assessment. --- platform.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/platform.md b/platform.md index 79312f1..5172079 100644 --- a/platform.md +++ b/platform.md @@ -19,4 +19,9 @@ * SQL 1. In any language of your choice, write a utility that will translate a hexadecimal string to base64. Here's a test: this string `45766964696e74` should be converted into this string `RXZpZGludA==`. -1. Download this [simple Python script](https://github.com/SignalPath/CodeTests/blob/master/specialMath.py). When you run it from the command line, it takes one parameter. So `$> python specialMath.py 7` will produce `79`. Also, `$> python specialMath.py 17` will produce `10926`. This question has two parts: first, convert it to Scala; second, have the script calculate `$> specialMath 90`. +1. Download this [simple Python script](https://github.com/SignalPath/CodeTests/blob/master/specialMath.py). When you run it from the command line, it takes one parameter. So `$> python specialMath.py 7` will produce `79`. Also, `$> python specialMath.py 17` will produce `10926`. + This question has two parts: + 1. Convert it to Scala + 1. Have the script calculate `$> specialMath 90`. + + Provide both as part of your solution. \ No newline at end of file