Skip to content
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.2 #33

Closed
chetannihith opened this issue Oct 17, 2023 · 5 comments
Closed

Solve question 3.2 #33

chetannihith opened this issue Oct 17, 2023 · 5 comments

Comments

@chetannihith
Copy link
Owner

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

a. Calculate the percentage

b. Calculate the grade as per the following conditions

  •   for percentage >=85, “A grade”
    
  •   for percentage >=75,  “B grade”
    
  •   for percentage >=60,  “C grade”
    
  •   for percentage >=45,  “D grade”
    
  •   for percentage <45,  “Fail”
    
@AdityaDhavale
Copy link
Contributor

@chetannihith I would like to work on this issue , will u please assign me?

@siddhant2002
Copy link
Contributor

siddhant2002 commented Oct 21, 2023

Can I work on this issue?
@chetannihith

@chetannihith
Copy link
Owner Author

chetannihith commented Oct 21, 2023 via email

@siddhant2002
Copy link
Contributor

Raised pr #63 . @chetannihith Please review.

@Archita13Mystic
Copy link

Archita13Mystic commented Oct 22, 2023

@chetannihith Hello ! I would like to work on this issue so could you please assign it to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants