Finda Fake 2
Level 3
Often times you will need to decipher a language which you can not find on google, or is encrypted in some way
I have made up a language for you to decipher. This is slightly harder. What is the output of this program?
This is a REAL language with REAL rules. This is practice for obfustication or encrypted functions.
{user types 6,7}
BEGIN F.ake
var int as in
int var as in
out var int
|___________________|check
Solution:
- Like level 3, "BEGIB F.ake" equals to main entry point of this program.
- "var int as in" is variable initialization where variable "var" is an integer and has value of first user input.
- "int var as in" is also variable initialization where variable "int" is an unknown type variable and has value of second user input.
- The final line output the two variable "var" and "int" = 67
- Input 67 and check.
- It's done!