Giter VIP home page Giter VIP logo

dsi_task1set3's Introduction

Problem Description

You want to keep track of the students that you teach. You are cringingly self-conscious about your productivity. So, you need to keep a ledger for all the information about these students. When you run the program, it will be able to accept command line inputs. And, will show the result in the command line. When engaging with the command line, it will give you options to:

1. Add a student

a. There will be 3 classes. Class 8, 9, or 10. You will have to choose one.
b. It should have this information
i. Name
ii. A list of booleans of what subjects you teach. Math, English, Or Bangla
iii. Average of marks s/he get in the exam. (Will be 0 by default at first)
iv. Total days taught (Will be 0 by default at first)
v. Total earnings (Will be 0 by default at first)

2. Edit a student

a. Adding days to the number of days taught. For every subject per day, you get BDT 1.
b. Adding marks in exam s/he gets as an integer from 0 to 100. These marks will change the average.

3. Delete a student

a. When a student is deleted, it will not show in the list but the earnings added because of him/her will still be there in total earning.

4. See the list of students individually

a. If you choose a specific class, the list will include the name of the students, total earnings, average marks. Showing these in a tabular form is not mandatory. But, anyone would love that, right?
b. You can pick one and see the full details.

5. See overall info

a. The total days taught across all classes
b. Individual days taught in each class
c. Total earnings
d. Individual earnings of each class
e. Individual earnings of each subject
f. Average marks of all students

After creating the application, assume you have nothing at the moment. Then add 10 students. Edit some of them so that the overall info can be produced visibly.

dsi_task1set3's People

Contributors

muzahid037 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.