Skip to main content

All Questions

Tagged with
3 votes
2 answers
106 views

Parse the weekly menus of a German delivery service

I am a C# beginner, and I wrote a program that parses the weekly menu of a German delivery service. It works fine and I think the code quality is okay. Can anyone with more experience than me review ...
user avatar
2 votes
2 answers
3k views

Calculating Discount C++

The following question is from the book Problem Solving With C++. This is given as an exercise in the chapter "Functions for all subtasks": Write a function that calculates a discount ...
Strange Alchemist's user avatar
1 vote
1 answer
188 views

Simple calculation of sector coefficients using PHP

Function This class extends the key class, called EQ, and does basic calculation based on minutely data. It then calculates weight coefficients (e.g., [0, 1]) for ...
Emma's user avatar
  • 3,527
3 votes
1 answer
95 views

Mortgage calculator with Swing for Helsinki MOOC

New to Java, just finished the Helsinki MOOC course. I programmed a basic mortgage calculator as my first solo project and while it works, I have a few questions about coding style: The listener and ...
JeremiahDixon's user avatar
-1 votes
1 answer
912 views

Compound interest calculator homework [closed]

I am a beginner at coding Java and am having a tough time understanding what is wrong with this code. This is an assignment I had posted about earlier and I also went to a Java tutor at my school for ...
Tori's user avatar
  • 1
2 votes
1 answer
1k views

Profit Margin Calculator in Python (with installments)

I was sent here from StackOverflow to get some insight on how I can improve my code. I'm a beginner and the program is not streamlined at all. What the program does: Takes an input of the Retail ...
Jakub's user avatar
  • 23
23 votes
3 answers
4k views

Financial website scraper

I wrote the code that would scrape Finviz for tickers and href that attach to the ticker. I tested with multi-page as well as one page. I'm new to Python ...
Longroadahead's user avatar
8 votes
2 answers
6k views

Banking application for practice

A few weeks ago I have started to teach myself C# and just finished my first little project, a very basic banking application. I don't expect it to be good but would like to get feedback (no matter ...
nerijus's user avatar
  • 81
5 votes
5 answers
2k views

App that calculates interest into a monthly payment

This does work and serves the purpose. But, being my first code, it's sloppy and I know there are somethings I could of done to make it easier. I would like everyone's opinion on what I could do to ...
Nick Messer's user avatar
3 votes
3 answers
132 views

Data accumulator collecting monthly expenditure

The idea of the program is to serve as a data accumulator collecting monthly expenditure from a user and later display it. I wanted to implement classes/methods and just basic stuff that I understand ...
Big Head's user avatar
3 votes
1 answer
605 views

Calculating the interest on a series of loans

I am a college student and started my first week of C++ and we were given an assignment to convert a Java program that calculate the interest on a series of loans given the amount of the principal, ...
Kamanzi Munroe's user avatar
2 votes
3 answers
8k views

Java Cash Register adding methods [closed]

Just started learning Java three days ago and am currently doing a problem in my textbook where I do some basic cash register functionality. So far my code can factor in taxes, let the user get change,...
Motombo's user avatar
  • 121
2 votes
1 answer
206 views

Plotting savings rate in Go

I'm picking up Go, and wrote this simple script to parse a two csv files (spending.csv and savings.csv) to plot savings rate graph. I would like to hear some generic comments on code readability, ...
Ruslan Osipov's user avatar
6 votes
1 answer
80 views

Recommend Next Note Purchase

I have just started trying to learn Haskell and tried to think of a practical, but simple problem to try and solve. I have a strong background in C, but am just beginning to dip my toes in the world ...
Free_D's user avatar
  • 207
3 votes
3 answers
20k views

Python 2.7 Payroll Calculator program

This is a calculator I'm working on. The ultimate goal is to calculate multiple payrolls before selecting to end the program, please review current version in that context. PSA: I'm a beginner. <...
Aaron's user avatar
  • 347

15 30 50 per page