Computer Science, asked by somya23, 1 year ago

design of form which could take principal ,rate of interest and time as input and on click simple interest button should give the answer and also must have exit button to quit application.
please answer fast... it's urgent


Janvi34: java?
somya23: what
somya23: mean
Janvi34: ques
somya23: please tell me how to do this...
somya23: this question is of class 8
Janvi34: check this if it works
somya23: ok
somya23: thanks
Janvi34: welcome

Answers

Answered by Janvi34
2
Frst declare 4 variable for principal,rate of interest, and time. and simple interest
then convert to integer by
p=Integer.parseInt(jTextField1.getText());
and do the same for the rest 2
si=p*r*t/100;
jTextField4.setText(""+si);

Janvi34: i dont have it
somya23: so where u will send the pic
Janvi34: email
Janvi34: send ur email in messages
somya23: are u in Facebook
Janvi34: ya
somya23: then i will send u in facebook messenger..
Janvi34: okk
somya23: what your name in Facebook i will look out
Janvi34: see ur messages i wont send here
Similar questions