WAP to print your name
Answers
Answered by
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
23
Here is your answer.
class x
{
static void main()
{
System.out.println("My name is Anindya Adhikari. ");
}
}
Similar questions