Skip to content

Commit 5c63f54

Browse files
authored
Update README.md
1 parent 6b1a6f3 commit 5c63f54

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

Day_01_Introduction/README.md

+25
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,28 @@ Enter Number 2 : 34
110110
Number 1 : 34
111111
Number 2 : 23
112112
```
113+
6. Student Report Card System :
114+
```java
115+
116+
-- input Section
117+
1. Enter Student Name : Ravi
118+
2. Enter Roll Number : RAVI009912
119+
3. Enter Class : MCA
120+
4. Enter JAVA Marks : 56
121+
5. Enter C++ Marks : 89
122+
6. Enter Python Marks : 12
123+
7. Enter Ruby Marks : 56
124+
8. Enter SQL Marks : 78
125+
126+
-- Output Section
127+
Student Name : Ravi
128+
Roll Number : RAVI009912
129+
Class : MCA
130+
Enter JAVA Marks : 56/100
131+
C++ Marks : 89/100
132+
Python Marks : 12/100
133+
Ruby Marks : 56/100
134+
SQL Marks : 78/100
135+
total = ?
136+
Per % = ?%
137+
```

0 commit comments

Comments
 (0)