class Main{
public static void main(String[] args) {
String name = "Liza Davydova";
String[] interests = {"Coding", "Dancing", "Gardening", "Family", "Friends", "Cooking", "Drawing", "Movies"};
String result = "";
if (interests[0].equals("Coding")) {
result = "Future FullStack Developer " + name;
}
System.out.println(result);
}
}
Pinned Loading
-
-
-
davylis.github.io
davylis.github.io PublicPersonal portfolio website for helping to me reach a stars
HTML
-
-
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.


