All Questions
4 questions
3
votes
1
answer
464
views
How to design shopping cart Java application which satisfy modular, extensible and maintainable
I am new in Application Design. I have use-case as below
As per the above story I have implemented code as below without any Modularity, Extensible and Maintainable. Could someone share the thoughts ...
10
votes
2
answers
22k
views
Parking lot OO design
I have tried to design the parking lot problem. Here is the problem statement.
Design a parking lot system where
Admin can look up all the available spots for parking,
He should be able to choose ...
5
votes
1
answer
2k
views
Write a program that, given an age in seconds, calculates how old someone is in terms of a given planet's solar years
Problem:
Write a program that, given an age in seconds, calculates how old
someone is in terms of a given planet's solar years.
Earth: orbital period 365.25 Earth days, or 31557600 seconds
...
3
votes
1
answer
1k
views
Write a small archiving program that stores students' names along with the grade that they are in
Problem:
Write a small archiving program that stores students' names along with
the grade that they are in.
In the end, you should be able to:
Add a student's name to the roster for a ...