-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solve question 3.4 #35
Comments
@chetannihith I would like to work on this issue , will u please assign me? |
Can I work on this issue? |
Can i work on this issue? |
Hi @hydraveer , currently I'm working on this issue. |
Hi Can i work on this issue? |
Raised pr #71 . Please review @chetannihith. Thanks. |
Please assign this issue to me @chetannihith |
hey, i can solve this please can you assign me this project |
Can I work on this issue ? |
ShrutikaK2911
added a commit
to ShrutikaK2911/Java-hacktoberfest23
that referenced
this issue
Oct 27, 2023
Solution for Question 3.4 chetannihith#35
Merged
PayalKumari10
added a commit
to PayalKumari10/Java-hacktoberfest23
that referenced
this issue
Oct 28, 2023
PayalKumari10
added a commit
to PayalKumari10/Java-hacktoberfest23
that referenced
this issue
Oct 28, 2023
Create Students Data chetannihith#35 solved it
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create a class named 'School' with the following data members
1 –Roll no of Student
2 –Name of Student
3 - Address
4 -Branch
5- Marks in 4 subjects
6- Percentage
7- Grade
Class 'School' has a method for the following
The program will support the following menu based activities: do the following operations:
Number of students are to be entered by user. Depending upon the number of students, enter the information (name, address, type of account, balance) for each student.
Q. Print the information of a particular student.
The text was updated successfully, but these errors were encountered: