15 Supposeincomeis4001,whatwillbedisplayedbyfthefollowingcode?()if income > 3000:print("Incomeisgreaterthan3000")elif income > 4000:print("Incomeisgreaterthan4000")
A
none
B
Income is greater than 3000
C
Income is greater than 3000 followed by Income is greater than 4000
D
Income is greater than 4000
E
Income is greater than 4000 followed by Income is greater than 3000