Commit 51270808 authored by harry's avatar harry

First and main submission of assessment program with GUI.

parent 52a00f06
......@@ -708,7 +708,7 @@ String dcnum;
dcnum = "30%";
discountvalue.setText(dcnum);
// yfjhfjyflg
calc1 = (int) (bigtotal * discount);
newprice = (int) (bigtotal - calc1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment