TryHackMe: Summit

TryHackMe: Summit
Flag 1 Once entering the room, we are greeted with an email as follows.Objective: - Scan the file - Block itSo with that said, just submit it for analysis by clicking on the file, the...
0 Read More

Sample Calculator! :)

Sample Calculator! :)
⛶import java.util.Scanner; public class Main { public static int sum(int num1,int num2){ return num1+num2; } public static int sub(int num1,int num2){ return num1-num2; } public static int mu...
0 Read More