Creating a GUI based Interest calculator - English

208 visits



Outline:

* Learn about an interest calculator, * About Radiobutton, * Adding Edit box for principal to take user input, * Adding Edit box for rate of interest to take user input, * Adding Edit box for time to take user input, * Adding Radiobutton for simple interest, * Adding Radiobutton for compound interest, * Writing Tag and String for all the objects, * Auto-generate a Scilab code using GUI Builder toolbox, * Write a callback function for calculating the simple and compound interest.