Question

Program language - JAVA 1) Write a program that will display the following. My name is...

Program language - JAVA

1) Write a program that will display the following.

My name is ____(Shelby)_________. (your name)

                My major is ___Psychology________. (your major)

                                My hobbies are ___Surfing_____, ___Eating_____, and ___Reading______. (your hobbies)

Code:

Output:

0 0
Add a comment Improve this question Transcribed image text
Answer #1

CODE IN JAVA:

class Info{
   public static void main(String ar[]){
       String name="Shivam Tayal.";
       String major="Mathematics.";
       String hobby1="Listening Music";
       String hobby2="Playing Cricket";
       String hobby3="Playing Mobile Games.";
       System.out.println("My name is "+name);
       System.out.println("My major is "+major);
       System.out.println("My hobbies are "+hobby1+", "+hobby2+" and "+hobby3);
   }
}

OUTPUT :

My name is Shivam Tayal.
My major is Mathematics.
My hobbies are Listening Music, Playing Cricket and Playing Mobile Games.

Add a comment
Answer #2

class Info{
   public static void main(String ar[]){
       String name="Shivam Tayal.";
       String major="Mathematics.";
       String hobby1="Listening Music";
       String hobby2="Playing Cricket";
       String hobby3="Playing Mobile Games.";
       System.out.println("My name is "+Kairo Valenzuela);
       System.out.println("My major is "+UAS);
     
   }
}

source: Unmanned Airel Systems
answered by: Kairo
Add a comment
Know the answer?
Add Answer to:
Program language - JAVA 1) Write a program that will display the following. My name is...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT