public class CyberSecuritySpecialist {
public static void Welcome() {
System.out.println("Welcome to my Github page!");
}
public static void AboutMe() {
String name = "Imran Hussain";
String role = "Cybersecurity Engineer";
String[] interests = {"DevSecOps", "Automation", "Pentesting", "Cloud Engineering", "Algorithmic trading"};
String linkedin = "https://www.linkedin.com/in/imranhussain0";
String tryhackme = "https://tryhackme.com/p/Dunno](https://tryhackme.com/p/Dunno";
String codewars = "https://www.codewars.com/users/Dunno1";
System.out.println(name + "\r\n" + role);
for (int i = 0; i < interests.length; i++) {
System.out.println(interests[i]);
}
System.out.print(linkedin);
}
public static void main(String[] args) {
Welcome();
AboutMe();
}
}
Popular repositories Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.