Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1180603

Browse files
Create Parent.java
1 parent b00eeb2 commit 1180603

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

‎Parent.java

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
public class Main
2+
{
3+
String name="G Pavan Shanmukha Madhav";
4+
int rollno=22049;
5+
int age=19;
6+
7+
public static void main(String[] args)
8+
{
9+
Main obj=new Main();
10+
System.out.println(obj.name);
11+
System.out.println(obj.rollno);
12+
System.out.println(obj.age);
13+
}
14+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /