Skip to main content

All Questions

Tagged with
2 votes
2 answers
2k views

Loan repayment calculator

I am having some trouble figuring out how to modularize this code without rewriting it entirely. I know I should be able to break it up into modules for main, gathering info, doing calculation and the ...
Eight's user avatar
  • 21
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
0 votes
2 answers
4k views

Loan calculator in C

I wanted to create a loan calculator, but the code I could think of was using 3 functions, and calling them and getting result. But I felt it was easy but bad code because I thought this can be ...
heeat's user avatar
  • 23
-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
3 votes
2 answers
4k views

JavaScript interest rate calculator

As I am still new to web development, refactoring my code is still something that gives me some trouble. I would really appreciate it if someone could look over the Javascript for an interest rate ...
Eric R.'s user avatar
  • 33
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
3 votes
1 answer
4k views

Calculate EMI based on principal, rate, duration (month or years)

I am trying to create an EMI calculator for a loan. The problem description is: Given a principal amount, rate of interest, monthly or quarterly installment terms and duration of loan in months/years ...
Latika Agarwal's user avatar
3 votes
1 answer
413 views

Student project that calculates the return on an investment

This is a simple student project that calculates the return on an investment with a given investment amount, number of years invested, and annual interest rate. I know this is pretty basic, but I'm ...
Joshua Ferrell's user avatar
2 votes
1 answer
4k views

IRS Tax Calculator in Java

I am working on a tax calculator for a school assignment and was hoping to get some feedback on my current progress. I kind of feel like I over-complicated the code. NOTE: I am required to do all of ...
Gabriel_W's user avatar
  • 123
3 votes
1 answer
1k views

My Basic Tax Calculator

The goal is: I can add many services as I need. I can add many taxes as I need (the idea is that services has all of this taxes) Calculate per services each tax value Sum all the taxes of each ...
Juansei's user avatar
  • 33
4 votes
3 answers
10k views

For a given balance and an annual interest rate, calculate the minimum fixed monthly payment to pay off debt in a year

Interest is compounded monthly. Payment doesn't vary from month to month. Version 1 ...
ChrisIkeokwu's user avatar
15 votes
4 answers
8k views

Credit Calculator

The code has been test to work by the parameters listed below I just wanted to know if there were any details that I missed or blatantly overlooked. Develop a Java application that determines ...
WXHXIXTE's user avatar
  • 151
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
5 votes
1 answer
402 views

Affordability/Mortgage Calculator

I'm working on a class project for my intro to Java class. My background is in accounting/finance so I decided to make this simple calculator that helps the user decide what they can afford and how ...
Sulaiman Syed's user avatar
4 votes
2 answers
2k views

Python tuition calculator 2.0

Here is my program that calculates tuition cost for the next five years. I have had some review on it so far, but I am seeking more. Please keep in mind I am new to programming, so I may require a few ...
Aaron's user avatar
  • 347

15 30 50 per page