Write a program to store your name in a variable and print it.
PLS TELL ME THIS ANSWER
Answers
Answered by
1
Answer:
public class program
{
public static void main()
{
String name = "Rams";
System.out.println("My name is " +name);
}
}
If it helps,give it 5 stars marking it as the brainliest.
Similar questions