0% found this document useful (0 votes)
8 views

Develop Java Programs With Graphical User Interfaces

fgegdbrf

Uploaded by

eyobmeselu
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views

Develop Java Programs With Graphical User Interfaces

fgegdbrf

Uploaded by

eyobmeselu
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Develop Java programs with graphical user interfaces (GUIs) using

JavaFX to implement various calculators according to your group.

Group 1: Basic Arithmetic Calculator:

Develop a simple calculator that performs basic arithmetic operations such as addition, subtraction,
multiplication, and division. The calculator should take two numbers as input from the user and display
the result.

Group 2: Integer Calculator:

Create a calculator that only operates on integer numbers. Implement basic arithmetic operations like
addition, subtraction, multiplication, and division, ensuring that the result is always an integer.

Group 3: Percentage Calculator:

Build a calculator that calculates percentages. Allow users to input the base value and the percentage,
and then calculate the resulting value.

Group 4: Fraction Calculator:

Develop a calculator that handles fractional numbers. Allow users to input fractions and perform
arithmetic operations (addition, subtraction, multiplication, division) on them. Display results in
fractional form or decimal approximation.

Group 5: Currency Converter:

Create a calculator that converts between different currencies. Allow users to input an amount in one
currency and select another currency to convert it to.

Group 6: Tip Calculator:

Build a calculator that calculates the tip amount and total bill including tip based on user input of bill
amount and tip percentage. Allow users to adjust the tip percentage and split the bill among multiple
people if needed.

Submission date: Mach 20

You might also like