Not Your Average Software Engineer!
ABOUT ME
I'm Prabin Basnet
"Coding is my canvas, and technology is my paintbrush. With 3+ years of experience and a passion for staying on the cutting edge, I bring artistry and innovation to every project. From front-end finesse to back-end brilliance, I'm your versatile developer ready to turn your vision into reality."
\\ Please enter your information in the input boxes and
\\ click Run to reach out to me at prabinbasnet09@gmail.com
public class Contact {
public static void main(String[] args) {
String firstName = ;
String last_name = ;
String userEmail = ;
String message_1 = ;
System.out.println("Thank you" + firstName + " " + last_name +
"for contacting me. I will get back to you as soon as possible.
"Your message: " + message_1);
}
}