(b) (i) Calculate the inheritance tax (IHT) that will be payable if Debbie were to die today (8 June 2005).
Assume that no tax planning measures are taken and that there has been no change in the value of any
of the assets since David’s death. (4 marks)
第1题:
— I’d really like to. I’ll talk to you soon, Debbie. I’m glad I ran into you.
—65
第2题:
A.were, will go
B.go, have been gone
C.go, will go
D.are going, am going
第3题:
面向对象的四个特征中,“P”和“I”分别代表
A.Polygram
B.Polymorphism
C.Inharitanse
D.Inheritance
第4题:
A、were/were
B、was/is
C、were/was
D、was/were
第5题:
有以下程序:#include <stdio, h>void fun(iht * a,int i,int j){ int t; if(i < j) { t=a[i];a[i] =a[j] ;a[j]=t; i++;j--; fun(a,i,j);main ( ) int x[ ]: {2,6,1,8} ,i; fun(x,0,3); for( i=0;i <4;i ++ ) printf( "%2d" ,x[i] ); printf(" \n");
A.1268
B.8621
C.8162
D.8612