Commit 756e0206 authored by harry's avatar harry

First and main submission of assessment program with GUI.

parent 51270808
...@@ -708,7 +708,6 @@ String dcnum; ...@@ -708,7 +708,6 @@ String dcnum;
dcnum = "30%"; dcnum = "30%";
discountvalue.setText(dcnum); discountvalue.setText(dcnum);
// yfjhfjyflg
calc1 = (int) (bigtotal * discount); calc1 = (int) (bigtotal * discount);
newprice = (int) (bigtotal - calc1); 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