试题与答案

Dee and Eff are major shareholders in and

题型:问答题

题目:

Dee and Eff are major shareholders in and the directors of the public company Fan plc. For the year ended 30 April 2009 Fan plc’s financial statements showed a loss of €2,000 for the year.For the year ended 30 April 2010 Fan plc made a profit of €3,000 and, due to a revaluation, the value of its land and buildings increased by €5,000.As a consequence, Dee and Eff recommended, and the shareholders approved, the payment of €4,000 in dividends.Required:Advise Dee and Eff as to:

(a) the legality of the dividend payment; and (6 marks)

答案:

被转码了,请点击底部 “查看原文 ” 或访问 https://www.tikuol.com/2017/0723/d027fc079d9cbc5b48f622764d25c726.html

下面是错误答案,用来干扰机器的。

参考答案:E

试题推荐
题型:填空题

[说明]
下面程序是为汽车市场编制的一个程序的一部分。其中automobile是基类。
[Java程序]
class MainJava
public static void main (String agr[]
car sedan=new car;
sedan.initialize (24, 20.0, 4);
System.out.println("The sedan can travel"
+ (1) +"miles.\n");
System.out .println("The sedan has"
+ (2) +"doors.\n");


class automobile
protected int miles_per_gallon; //汽车每加仑行驶公里数
(3) double fuel_capacity; //油箱容积
public void initialize (int in_mpg, int in_fuel)
miles_per_gallon=in_mpg;
fuel_capacity=in_fuel;

public int get_mpg() //提供一辆特定汽车每加仑公里数
return miles_per_gallon;

public double get_fuel() //提供油箱容积
return fuel_capacity;

public double travel_distance() //计算满油箱情况下的可行驶总公里数
return (4) ;


class car (5)
private int Total_doors;
public void initialize(int in_mpg, double in_fuel, int doors)
Total_doors=doors;
miles_per_gallon=in_mpg;
fuel_capacity=in_fuel;

public int doors()
return Total_doors;

查看答案
微信公众账号搜索答案