Computer Science, asked by sanatan44, 9 months ago

WAP to print your name​

Answers

Answered by AwesomeSoul47
11

Answer:

plz mark me as brainlist

may be helpful for you

Sample Output:

Name : Alexandra Abramov

DOB : July 14, 1975

Mobile : 99-9999999999

Flowchart:

C Programming Flowchart: Print your name, date of birth, and mobile number

Answered by anindyaadhikari13
23

Here is your answer.

<hr/>

class x

{

static void main()

{

System.out.println("My name is Anindya Adhikari. ");

}

}

<hr/>

Similar questions