Search:

Type: Posts; User: xsinx

Search: Search took 0.08 seconds.

  1. Thread: help me plss T_T

    by xsinx
    Replies
    4
    Views
    1,213

    Re: help me plss T_T

    sorry sir what is missing in my code sir ?

    and plss can you help me about in my main method sir ?

    public class loan{
    public int amtloan;
    public int duration;
    public int interest;
    public int...
  2. Thread: help me plss T_T

    by xsinx
    Replies
    4
    Views
    1,213

    help me plss T_T

    Make a program that will compute the monthly payment of a particular loan
    - make a class named loan
    - declare attributes amount loaned , duration , interest , total loaned and monthly payment
    -...
  3. Replies
    1
    Views
    1,310

    help me pls (beginner)

    import javax.swing.JOptionPane;
    public class Polygons{
    public static void main(String[] args){

    j=JOptionPane.showInputDialog(sides);

    if(sides == 3)
    ...
Results 1 to 3 of 3