用Java为买方代理编写代码 [英] write code for Buyer Agent with java

查看:84
本文介绍了用Java为买方代理编写代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好
我尝试用java为买方代理编写代码.我想让买方代理人承认银行代理人&进行帐户&存款和提款.
在那之后,卖方代理人&寻找卖方代理宣布的特定商品,以更低的价格购买该产品.

thanx

hello all
am try to write code with java for Buyer Agent . I want to make the Buyer Agent to recognizes to the Banker agent & make an account & Deposit & Withdrawal .
after that recognizes to the seller agent & Looking for a specific commodity , that the seller agent Announced , & Buy this item with less price.

thanx

推荐答案

我已经开始了:

I''ve made a start:

/*
 * BuyerAgentApp.java
 */

package buyer;

/**
 * The main class of the application.
 */
public class BuyerAgentApp {

    /**
     * Main method launching the application.
     */
    public static void main(String[] args) {
        // logic goes here
    }
}



剩下的我留给你.



I''ll leave the rest to you.


这篇关于用Java为买方代理编写代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆